File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 9797 - CreateNamespace=true
9898 - ServerSideApply=true
9999 - RespectIgnoreDifferences=true
100+ managedNamespaceMetadata :
101+ annotations :
102+ # ArgoCD can create our namespace but let's not delete it
103+ argocd.argoproj.io/sync-options : Delete=false
100104 templatePatch : |
101105 spec:
102106 sources:
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ spec:
155155 - CreateNamespace=true
156156 - ServerSideApply=true
157157 - RespectIgnoreDifferences=true
158+ managedNamespaceMetadata :
159+ annotations :
160+ # ArgoCD can create our namespace but let's not delete it
161+ argocd.argoproj.io/sync-options : Delete=false
158162 templatePatch : |
159163 spec:
160164 sources:
Original file line number Diff line number Diff line change @@ -248,6 +248,10 @@ spec:
248248 - CreateNamespace=true
249249 - ServerSideApply=true
250250 - RespectIgnoreDifferences=true
251+ managedNamespaceMetadata :
252+ annotations :
253+ # ArgoCD can create our namespace but let's not delete it
254+ argocd.argoproj.io/sync-options : Delete=false
251255 templatePatch : |
252256 spec:
253257 {{- if hasKey . "source" }}
Original file line number Diff line number Diff line change 9999 - ServerSideApply=true
100100 - RespectIgnoreDifferences=true
101101 managedNamespaceMetadata :
102+ annotations :
103+ # ArgoCD can create our namespace but let's not delete it
104+ argocd.argoproj.io/sync-options : Delete=false
102105 labels :
103106 kubernetes.io/metadata.name : openstack
104107 name : openstack
You can’t perform that action at this time.
0 commit comments