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 857bf67 commit cc41237Copy full SHA for cc41237
charts/generic/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: generic
3
description: Generic Chart
4
-version: 1.8.0
+version: 1.8.1
charts/generic/templates/deployment.yaml
@@ -27,6 +27,9 @@ spec:
27
{{- end }}
28
labels: {{ include "generic.selectorLabels" . | nindent 8 }}
29
spec:
30
+ {{- if hasKey .Values "enableServiceLinks" }}
31
+ enableServiceLinks: {{ .Values.enableServiceLinks }}
32
+ {{- end }}
33
{{- with .Values.imagePullSecrets }}
34
imagePullSecrets: {{ toYaml . | nindent 8 }}
35
charts/generic/values.yaml
@@ -6,6 +6,7 @@ fullnameOverride: ""
6
# strategy:
7
# type: Recreate
8
rollme: false
9
+# enableServiceLinks: true
10
11
# initContainers:
12
# init:
0 commit comments