File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ release: {{ .Release.Name | quote }}
7373{{- $nameWithPrefix := printf "%s%s" $namePrefix .name -}}
7474{{- $name := ternary .name $nameWithPrefix (hasPrefix $namePrefix .name) -}}
7575{{- $project := default "default" $root.Values.argocd.project -}}
76- {{- $destServer := default "https://kubernetes.default.svc" $root.Values.argocd.destination.server -}}
77- {{- $destNs := default $root.Release.Namespace $root.Values.argocd.destination.namespace -}}
7876{{- $syncWave := default 0 .syncWave | int -}}
7977{{- $labels := default dict .labels -}}
8078{{- $annotations := default dict .annotations -}}
Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ imagePullSecrets: []
3434
3535argocd:
3636 project: default
37- destination:
38- server: https://kubernetes.default.svc
37+ # destination:
38+ # name:
39+ # namespace:
3940 syncPolicy:
4041 automated:
4142 enabled: true
You can’t perform that action at this time.
0 commit comments