update zitadel job annotation

This commit is contained in:
2024-03-16 12:10:52 +01:00
parent 65f6200b81
commit 0226b93135
2 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
tls:
enabled: true
annotations:
argocd.argoproj.io/sync-wave: "1"

View File

@@ -17,11 +17,18 @@ helmCharts:
releaseName: zitadel
version: 7.10.0
valuesFile: ./values.yaml
patches:
- target:
kind: CronJob
patch: |
- op: replace
path: /apiVersion
value: batch/v1
value: batch/v1
- target:
name: zitadel-init
kind: Job
patch: |
- op: replace
path: /metadata/annotations/argocd.argoproj.io~1sync-wave
value: 3