🎉 initial commit
This commit is contained in:
15
vault/helm-vault-server.yaml
Normal file
15
vault/helm-vault-server.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# see https://rancher.com/docs/k3s/latest/en/helm/
|
||||
# see https://github.com/hashicorp/vault-helm
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: vault
|
||||
namespace: default
|
||||
spec:
|
||||
repo: https://helm.releases.hashicorp.com
|
||||
chart: vault
|
||||
version: 0.17.1
|
||||
targetNamespace: default
|
||||
valuesContent: |-
|
||||
injector:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user