Browse Source

Merge 5ad0bdb70e into 53e28ff20c

pull/118/merge
mapadhi 3 years ago
committed by GitHub
parent
commit
93c4f0d9a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      helm-guestbook/templates/deployment.yaml

1
helm-guestbook/templates/deployment.yaml

@ -19,6 +19,7 @@ spec:
labels:
app: {{ template "helm-guestbook.name" . }}
release: {{ .Release.Name }}
test: Manisha
spec:
containers:
- name: {{ .Chart.Name }}

Loading…
Cancel
Save