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

Commit

Permalink
Update pdns deploy volume mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharing IO committed Nov 16, 2020
1 parent cc446f7 commit 9720d7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/powerdns/templates/powerdns-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ spec:
- containerPort: 8081
name: api
protocol: TCP
{{- if .Values.powerdns.extraVolumeMounts }}
volumeMounts:
{{- toYaml .Values.powerdns.extraVolumeMounts | nindent 10 }}
{{- end }}
{{- if .Values.powerdns.extraVolumes }}
volumes:
{{- toYaml .Values.powerdns.extraVolumes | nindent 8 }}
{{- end }}

0 comments on commit 9720d7c

Please sign in to comment.