Skip to content

Commit 6ed1a18

Browse files
committed
update destination
1 parent bc5f111 commit 6ed1a18

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

charts/platform/templates/_helpers.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 -}}

charts/platform/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ imagePullSecrets: []
3434

3535
argocd:
3636
project: default
37-
destination:
38-
server: https://kubernetes.default.svc
37+
# destination:
38+
# name:
39+
# namespace:
3940
syncPolicy:
4041
automated:
4142
enabled: true

0 commit comments

Comments
 (0)