Revert "trying to fix "field is immutable" error from oc apply"

This reverts commit 336d4e71ce.
It didn't help.
This commit is contained in:
Dan Callaghan 2017-09-29 20:55:15 +10:00
parent 336d4e71ce
commit 0a9f8119cb

View file

@ -4,10 +4,7 @@ metadata:
annotations:
openshift.io/description: "{{description}}"
openshift.io/display-name: "{{app}}"
{% if env == 'staging' %}
{% else %}
creationTimestamp: null
{% endif %}
name: "{{app}}"
spec: {}
status: {}