Skip to content

Commit

Permalink
fix: Typo of existingSecrets in helm template
Browse files Browse the repository at this point in the history
Signed-off-by: czomo <tomaszjdul@gmail.com>
  • Loading branch information
czomo committed Dec 14, 2022
1 parent 5c4b3e6 commit a5210c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/akhq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.23.0"
description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
name: akhq
version: 0.3.0
version: 0.3.1
keywords:
- kafka
- confluent
Expand Down
2 changes: 1 addition & 1 deletion helm/akhq/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
{{- if .Values.configuration }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- end }}
{{- if and (not .Values.existingSecret) (.Values.secrets) }}
{{- if and (not .Values.existingSecrets) (.Values.secrets) }}
checksum/secrets: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- end }}
{{- with .Values.podAnnotations }}
Expand Down

0 comments on commit a5210c9

Please sign in to comment.