Files
fedora-infra_ansible/roles/openshift/project/templates/project.yml
Dan Callaghan 0a9f8119cb Revert "trying to fix "field is immutable" error from oc apply"
This reverts commit 336d4e71ce.
It didn't help.
2017-09-29 20:55:15 +10:00

11 lines
207 B
YAML

apiVersion: v1
kind: Project
metadata:
annotations:
openshift.io/description: "{{description}}"
openshift.io/display-name: "{{app}}"
creationTimestamp: null
name: "{{app}}"
spec: {}
status: {}