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 := . }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{- end }}{{ end }}
|
||||
{{ with .Annotations }}
|
||||
annotations:
|
||||
{{ range $key, $value := . }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{- with .Annotations }}
|
||||
annotations:
|
||||
{{- range $key, $value := . }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
hostname: {{ .Hostname }}
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Reference in New Issue