Skip to content

Commit c144e99

Browse files
authored
fix: extraEnv template (#30)
* fix: extraEnv template * version 0.8.1
1 parent a3bb8e3 commit c144e99

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/alidns-webhook/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "0.8.0"
2+
appVersion: "0.8.1"
33
description: Deploys alidns webhook for cert-manager.
44
name: alidns-webhook
5-
version: 0.8.0
5+
version: 0.8.1

charts/alidns-webhook/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
env:
3232
- name: GROUP_NAME
3333
value: {{ .Values.groupName | quote }}
34-
{{- if .Values.env }}
34+
{{- if .Values.extraEnv }}
3535
{{- toYaml .Values.extraEnv | nindent 12 }}
3636
{{- end }}
3737
ports:

0 commit comments

Comments
 (0)