Skip to content

Commit

Permalink
fix: extraEnv template (#30)
Browse files Browse the repository at this point in the history
* fix: extraEnv template

* version 0.8.1
  • Loading branch information
tareksha authored Jul 29, 2024
1 parent a3bb8e3 commit c144e99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/alidns-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.8.0"
appVersion: "0.8.1"
description: Deploys alidns webhook for cert-manager.
name: alidns-webhook
version: 0.8.0
version: 0.8.1
2 changes: 1 addition & 1 deletion charts/alidns-webhook/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
env:
- name: GROUP_NAME
value: {{ .Values.groupName | quote }}
{{- if .Values.env }}
{{- if .Values.extraEnv }}
{{- toYaml .Values.extraEnv | nindent 12 }}
{{- end }}
ports:
Expand Down

0 comments on commit c144e99

Please sign in to comment.