mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
trying to fix "field is immutable" error from oc apply
I don't think we should be trying to set creationTimestamp, pretty sure this is the field that OpenShift is complaining about. Limited to stage because I don't want to risk breaking anything.
This commit is contained in:
@@ -4,7 +4,10 @@ metadata:
|
||||
annotations:
|
||||
openshift.io/description: "{{description}}"
|
||||
openshift.io/display-name: "{{app}}"
|
||||
{% if env == 'staging' %}
|
||||
{% else %}
|
||||
creationTimestamp: null
|
||||
{% endif %}
|
||||
name: "{{app}}"
|
||||
spec: {}
|
||||
status: {}
|
||||
|
||||
Reference in New Issue
Block a user