We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3bad6 commit c6dca8bCopy full SHA for c6dca8b
charts/kubeflow/values.yaml
@@ -30,18 +30,26 @@ resources:
30
certManagerBase:
31
enabled: true
32
path: common/cert-manager/base
33
+ annotations:
34
+ argocd.argoproj.io/sync-wave: "-100"
35
36
certManagerKubeflowIssuer:
37
38
path: common/cert-manager/kubeflow-issuer/base
39
40
+ argocd.argoproj.io/sync-wave: "-90"
41
42
istioCrds:
43
44
path: common/istio-1-24/istio-crds/base
45
46
+ argocd.argoproj.io/sync-wave: "-80"
47
48
istioNamespace:
49
50
path: common/istio-1-24/istio-namespace/base
51
52
+ argocd.argoproj.io/sync-wave: "-70"
53
54
istioInstall:
55
0 commit comments