File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3535 secretKeyRef :
3636 key : VAR2
3737 name : {{ include "app.fullname" . }}-secret-vars
38+ - name : KUBERNETES_CLUSTER_DOMAIN
39+ value : {{ .Values.kubernetesClusterDomain }}
3840 image : {{ .Values.app.app.image.repository }}:{{ .Values.app.app.image.tag | default
3941 .Chart.AppVersion }}
4042 livenessProbe :
6971 - args :
7072 - --secure-listen-address=0.0.0.0:8443
7173 - --v=10
74+ env :
75+ - name : KUBERNETES_CLUSTER_DOMAIN
76+ value : {{ .Values.kubernetesClusterDomain }}
7277 image : {{ .Values.app.proxySidecar.image.repository }}:{{ .Values.app.proxySidecar.image.tag
7378 | default .Chart.AppVersion }}
7479 name : proxy-sidecar
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ configProps:
3737 myProp1 : " 1"
3838 myProp2 : val 1
3939 myProp3 : " true"
40+ kubernetesClusterDomain : cluster.local
4041pvc :
4142 samplePvClaim :
4243 storageClass : manual
You can’t perform that action at this time.
0 commit comments