Mostly just tightening up stuff (hard focus on purpose etc...)
All checks were successful
Deploy the Helm Chart / build (push) Successful in 13s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 13s
This commit is contained in:
parent
324823385e
commit
5071b34ee5
4 changed files with 10 additions and 46 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{{- if and (.Values.enabled) (eq .Values.type "azure") -}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "vault.fullname" . }}-secret
|
||||
type: opaque
|
||||
data:
|
||||
client-id: {{ .Values.clientId | b64enc }}
|
||||
client-secret: {{ .Values.clientSecret | b64enc}}
|
||||
name: {{ .Values.vaultName | b64enc }}
|
||||
tenant-id: {{ .Values.tenantId | b64enc }}
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue