diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 8273c73e..f6209b5a 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -535,8 +535,6 @@ nubusUmcGateway: secretName: {{ .Values.ingress.tls.secretName | quote }} nubusKeycloakBootstrap: - additionalAnnotations: - argocd.argoproj.io/hook: "Sync" keycloak: auth: username: "kcadmin" diff --git a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl index daf941ae..e9b58a0c 100644 --- a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl +++ b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl @@ -622,6 +622,8 @@ nubusUmcGateway: {{ .Values.resources.umsUmcGateway | toYaml | nindent 4 }} nubusKeycloakBootstrap: + additionalAnnotations: + argocd.argoproj.io/hook: "Sync" containerSecurityContext: enabled: true allowPrivilegeEscalation: false @@ -640,9 +642,6 @@ nubusKeycloakBootstrap: {{ .Values.global.imagePullSecrets | toYaml | nindent 4 }} podAnnotations: intents.otterize.com/service-name: "ums-keycloak-bootstrap" - serviceAccount: - annotations: - intended.usage: "compliance" resources: {{ .Values.resources.umsKeycloakBootstrap | toYaml | nindent 4 }}