Skip to content

Commit

Permalink
[incubator/vault] update storage default value to fix helm warnings (h…
Browse files Browse the repository at this point in the history
…elm#18945)

Signed-off-by: Stefan Schwarz <ssz@bitsbeats.com>
  • Loading branch information
foosinn authored and k8s-ci-robot committed Nov 18, 2019
1 parent 68dd2c8 commit ec61610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/vault/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.23.1
version: 0.23.2
appVersion: 1.2.3
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
Expand Down
2 changes: 1 addition & 1 deletion incubator/vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ vault:
# tls_cert_file: /vault/tls/server.crt
# tls_key_file: /vault/tls/server.key
# See https://www.vaultproject.io/docs/configuration/storage/ for storage backends
storage: []
storage: {}
# consul:
# address: ""
# path: ""
Expand Down

0 comments on commit ec61610

Please sign in to comment.