Skip to content

Commit

Permalink
fix(helm): Fix secrets value from map to string (#702)
Browse files Browse the repository at this point in the history
secrets must be string so that it can be converted to base64 in secrets.yaml
  • Loading branch information
NiloofarShahbaz authored May 15, 2021
1 parent a80a4c1 commit c98677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/akhq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configuration: |
##... and secret for connection information
existingSecrets: ""
# name of the existingSecret
secrets: {}
secrets: |
# akhq:
# connections:
# my-cluster-plain-text:
Expand Down

0 comments on commit c98677a

Please sign in to comment.