We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6160212 commit 739af19Copy full SHA for 739af19
charts/chris/Chart.yaml
@@ -17,7 +17,7 @@ keywords:
17
icon: ./logo_chris.png
18
19
type: application
20
-version: "1.0.0-alpha.3"
+version: "1.0.0-alpha.4"
21
appVersion: "6.3.0-beta.7"
22
23
maintainers:
charts/chris/templates/pfdcm/pfdcm.yml
@@ -8,10 +8,6 @@
8
{{- if (not (hasKey $values "containerPort")) -}}
9
{{- $_ := set $values "containerPort" .Values.pfdcm.service.port -}}
10
{{- end -}}
11
-{{- $extraEnv := get $values "extraEnv" -}}
12
-{{- if (not (hasKey $extraEnv "PORT" )) -}}
13
-{{- $_ := set $extraEnv "PORT" (get $values "containerPort") -}}
14
-{{- end -}}
15
16
{{- $labels := get $values "labels" -}}
{{- if (empty (get $labels "app.kubernetes.io/component")) -}}
0 commit comments