We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4fa566 + e32e273 commit be46c6cCopy full SHA for be46c6c
3 files changed
akv2k8s/Chart.yaml
@@ -2,4 +2,4 @@
2
apiVersion: v1
3
name: akv2k8s
4
description: Azure Key Vault to Kubernetes
5
-version: 0.1.1
+version: 0.1.2
akv2k8s/templates/inject-secret.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.inject_secret -}}
{{- range $secret := .Values.inject_secret.secret }}
---
apiVersion: spv.no/v2beta1
@@ -12,3 +13,4 @@ spec:
12
13
name: {{ $secret }}
14
type: secret
15
{{- end }}
16
+{{- end }}
akv2k8s/templates/sync-certificate.yaml
+{{- if .Values.sync_certificate -}}
{{- range $certificate := .Values.sync_certificate }}
@@ -16,3 +17,4 @@ spec:
17
name: {{ $certificate.secret }}
18
type: kubernetes.io/tls
19
20
0 commit comments