Skip to content

Commit

Permalink
PMM-7 Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 31, 2024
1 parent 2dedfa2 commit 675266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pmm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- configMapRef:
name: {{ include "pmm.fullname" . }}
optional: true
{{ if not .Values.secret.create and .Values.secret.name }}
{{ if and (not .Values.secret.create) .Values.secret.name }}
- secretRef:
name: {{ .Values.secret.name }}
{{ end }}
Expand Down

0 comments on commit 675266a

Please sign in to comment.