Skip to content

Commit

Permalink
fix(helm): dont specify a default type for extraSecrets
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw committed Feb 7, 2023
1 parent 5a8b117 commit 16724ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/charts/kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ controlPlane:
# extra-config-value

# -- Additional secrets to mount into the control plane
extraSecrets: [ ]
extraSecrets:
# - name: extra-config
# mountPath: /etc/extra-config
# readOnly: true
Expand Down

0 comments on commit 16724ec

Please sign in to comment.