We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bb8e3 commit c144e99Copy full SHA for c144e99
2 files changed
charts/alidns-webhook/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
-appVersion: "0.8.0"
+appVersion: "0.8.1"
3
description: Deploys alidns webhook for cert-manager.
4
name: alidns-webhook
5
-version: 0.8.0
+version: 0.8.1
charts/alidns-webhook/templates/deployment.yaml
@@ -31,7 +31,7 @@ spec:
31
env:
32
- name: GROUP_NAME
33
value: {{ .Values.groupName | quote }}
34
- {{- if .Values.env }}
+ {{- if .Values.extraEnv }}
35
{{- toYaml .Values.extraEnv | nindent 12 }}
36
{{- end }}
37
ports:
0 commit comments