Skip to content

Commit c6dca8b

Browse files
author
TheCodingSheikh
committed
update kubeflow default values
1 parent cd3bad6 commit c6dca8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/kubeflow/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,26 @@ resources:
3030
certManagerBase:
3131
enabled: true
3232
path: common/cert-manager/base
33+
annotations:
34+
argocd.argoproj.io/sync-wave: "-100"
3335

3436
certManagerKubeflowIssuer:
3537
enabled: true
3638
path: common/cert-manager/kubeflow-issuer/base
39+
annotations:
40+
argocd.argoproj.io/sync-wave: "-90"
3741

3842
istioCrds:
3943
enabled: true
4044
path: common/istio-1-24/istio-crds/base
45+
annotations:
46+
argocd.argoproj.io/sync-wave: "-80"
4147

4248
istioNamespace:
4349
enabled: true
4450
path: common/istio-1-24/istio-namespace/base
51+
annotations:
52+
argocd.argoproj.io/sync-wave: "-70"
4553

4654
istioInstall:
4755
enabled: true

0 commit comments

Comments
 (0)