Browse Source

Update deployment.yaml

pull/118/head
mapadhi 3 years ago
committed by GitHub
parent
commit
5ad0bdb70e
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