Skip to content

Commit 1da76f4

Browse files
committed
feat(argocd): avoid fighting over openstack namespace
The openstack namespace is created by the shared openstack component and every single openstack service doesn't need to try and think it needs to create it and own it.
1 parent 64749ed commit 1da76f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/appsets/appset-understack-openstack.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,8 @@ spec:
104104
automated:
105105
selfHeal: true
106106
syncOptions:
107-
- CreateNamespace=true
108107
- ServerSideApply=true
109108
- RespectIgnoreDifferences=true
110-
managedNamespaceMetadata:
111-
annotations:
112-
# ArgoCD can create our namespace but let's not delete it
113-
argocd.argoproj.io/sync-options: Delete=false
114-
labels:
115-
kubernetes.io/metadata.name: openstack
116-
name: openstack
117109
templatePatch: |
118110
spec:
119111
ignoreDifferences: {{ dig "ignoreDifferences" list . | toJson }}

0 commit comments

Comments
 (0)