Skip to content

Commit

Permalink
fix: secret not getting created when pihole password value is set
Browse files Browse the repository at this point in the history
Signed-off-by: Luuk van den Maagdenberg <[email protected]>
  • Loading branch information
Luukvdm committed Oct 28, 2024
1 parent a51f9e4 commit 2d877f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ maintainers:
name: external-dns
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns
version: 8.3.10
version: 8.3.11
2 changes: 1 addition & 1 deletion bitnami/external-dns/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Return true if a secret object should be created
{{- true -}}
{{- else if and (eq .Values.provider "civo") .Values.civo.apiToken (not .Values.civo.secretName) -}}
{{- true -}}
{{- else if and (eq .Values.provider "pihole") .Values.pihole.secretName (not .Values.pihole.secretName) -}}
{{- else if and (eq .Values.provider "pihole") .Values.pihole.password (not .Values.pihole.secretName) -}}
{{- true -}}
{{- else if and .Values.txtEncrypt.enabled (not .Values.txtEncrypt.secretName) -}}
{{- true -}}
Expand Down

0 comments on commit 2d877f9

Please sign in to comment.