File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : generic
33description : Generic Chart
4- version : 1.8.1
4+ version : 1.8.2
Original file line number Diff line number Diff line change 3232 metadata :
3333 labels : {{ include "generic.labels" $ | nindent 12 }}
3434 spec :
35+ {{- if hasKey $.Values "enableServiceLinks" }}
36+ enableServiceLinks : {{ $.Values.enableServiceLinks }}
37+ {{- end }}
3538 {{- with $.Values.imagePullSecrets }}
3639 imagePullSecrets : {{ toYaml . | nindent 12 }}
3740 {{- end }}
Original file line number Diff line number Diff line change 4141 {{- end }}
4242 labels : {{ include "generic.labels" $ | nindent 8 }}
4343 spec :
44+ {{- if hasKey $.Values "enableServiceLinks" }}
45+ enableServiceLinks : {{ $.Values.enableServiceLinks }}
46+ {{- end }}
4447 {{- with $.Values.imagePullSecrets }}
4548 imagePullSecrets : {{ toYaml . | nindent 8 }}
4649 {{- end }}
You can’t perform that action at this time.
0 commit comments