You've already forked helm-generic-chart
generated from public/repo-template
init
All checks were successful
Publish Helm Chart / Build and publish Helm chart (push) Successful in 5s
All checks were successful
Publish Helm Chart / Build and publish Helm chart (push) Successful in 5s
This commit is contained in:
16
templates/vault-auth.yaml
Normal file
16
templates/vault-auth.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
{{- if .Values.vault }}
|
||||
{{- if .Values.vault.auth }}
|
||||
apiVersion: secrets.hashicorp.com/v1beta1
|
||||
kind: VaultAuth
|
||||
metadata:
|
||||
name: vault-auth
|
||||
spec:
|
||||
method: kubernetes
|
||||
mount: {{ .Values.vault.auth.mount }}
|
||||
kubernetes:
|
||||
role: {{ .Values.vault.auth.role }}
|
||||
serviceAccount: default
|
||||
audiences:
|
||||
- vault
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user