diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 496ee2ca..00000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store \ No newline at end of file diff --git a/helm-guestbook/templates/deployment.yaml b/helm-guestbook/templates/deployment.yaml index 980df256..b454e147 100644 --- a/helm-guestbook/templates/deployment.yaml +++ b/helm-guestbook/templates/deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ template "helm-guestbook.fullname" . }} + name: {{ template "helm-guestbook.name" . }} labels: app: {{ template "helm-guestbook.name" . }} chart: {{ template "helm-guestbook.chart" . }} diff --git a/helm-guestbook/templates/service.yaml b/helm-guestbook/templates/service.yaml index b7aab0ba..f2b7fb82 100644 --- a/helm-guestbook/templates/service.yaml +++ b/helm-guestbook/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ template "helm-guestbook.fullname" . }} + name: {{ template "helm-guestbook.name" . }} labels: app: {{ template "helm-guestbook.name" . }} chart: {{ template "helm-guestbook.chart" . }}