mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
update zitadel job annotation
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
tls:
|
||||
enabled: true
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user