Merge pull request #7672 from xordspar0/fix-template
Fix play_kube_test deployment template
This commit is contained in:
commit
0ee332a9bf
|
@ -158,12 +158,12 @@ spec:
|
||||||
{{- with .Labels }}{{ range $key, $value := . }}
|
{{- with .Labels }}{{ range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value }}
|
{{ $key }}: {{ $value }}
|
||||||
{{- end }}{{ end }}
|
{{- end }}{{ end }}
|
||||||
{{ with .Annotations }}
|
{{- with .Annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{ range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value }}
|
{{ $key }}: {{ $value }}
|
||||||
{{ end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
hostname: {{ .Hostname }}
|
hostname: {{ .Hostname }}
|
||||||
containers:
|
containers:
|
||||||
|
|
Loading…
Reference in New Issue