Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Update deploy env
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharing IO committed Nov 16, 2020
1 parent 060e728 commit cc446f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/powerdns/templates/powerdns-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ spec:
secretKeyRef:
name: "{{ template "powerdns.fullname" . }}-secret"
key: MYSQL_PASS
{{- if .Values.powerdns.extraEnv }}
{{- toYaml .Values.powerdns.extraEnv | nindent 10 }}
{{- end }}
ports:
- containerPort: 53
name: dns-udp
Expand Down

0 comments on commit cc446f7

Please sign in to comment.