Skip to content

Commit

Permalink
fix(helm): typo on existingSecrets(#1308)
Browse files Browse the repository at this point in the history
Signed-off-by: czomo <[email protected]>
  • Loading branch information
czomo authored and tchiotludo committed Apr 4, 2023
1 parent ba3901d commit adafdcb
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 adafdcb

Please sign in to comment.