We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1c8d74 + 555b802 commit a491da2Copy full SHA for a491da2
2 files changed
k8s/Chart.yaml
@@ -2,4 +2,4 @@
2
apiVersion: v1
3
name: k8s
4
description: Kubernetes Cluster Configuration
5
-version: 0.1.1
+version: 0.1.2
k8s/templates/ingress.yaml
@@ -9,7 +9,7 @@ metadata:
9
annotations:
10
kubernetes.io/ingress.class: "nginx"
11
{{- range $key, $value := $ingress.annotations }}
12
- {{ $key }}: {{ $value }}
+ {{ $key }}: {{ $value | quote }}
13
{{- end }}
14
spec:
15
rules:
0 commit comments