Skip to content

Commit a491da2

Browse files
authored
Merge pull request #31 from T-Systems-MMS/k8s-quotation
K8s quotation
2 parents c1c8d74 + 555b802 commit a491da2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
apiVersion: v1
33
name: k8s
44
description: Kubernetes Cluster Configuration
5-
version: 0.1.1
5+
version: 0.1.2

k8s/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
annotations:
1010
kubernetes.io/ingress.class: "nginx"
1111
{{- range $key, $value := $ingress.annotations }}
12-
{{ $key }}: {{ $value }}
12+
{{ $key }}: {{ $value | quote }}
1313
{{- end }}
1414
spec:
1515
rules:

0 commit comments

Comments
 (0)