diff --git a/charts/attic/templates/db-init.yaml b/charts/attic/templates/db-init.yaml index 2eb6f6e..316f6ca 100644 --- a/charts/attic/templates/db-init.yaml +++ b/charts/attic/templates/db-init.yaml @@ -4,7 +4,6 @@ metadata: name: {{ include "attic.fullname" . }}-db-init labels: {{- include "attic.labels" . | nindent 4 }} - app.kubernetes.io/instance: "{{ include "attic.fullname" . }}" annotations: "helm.sh/hook": pre-install "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded diff --git a/charts/attic/templates/deployment-server.yaml b/charts/attic/templates/deployment-server.yaml index fdffbe4..175d27a 100644 --- a/charts/attic/templates/deployment-server.yaml +++ b/charts/attic/templates/deployment-server.yaml @@ -4,7 +4,6 @@ metadata: name: {{ include "attic.fullname" . }} labels: {{- include "attic.labels" . | nindent 4 }} - app.kubernetes.io/instance: "{{ include "attic.fullname" . }}" spec: replicas: 1 selector: diff --git a/charts/attic/templates/service-server.yaml b/charts/attic/templates/service-server.yaml index 908ecda..887aa2d 100644 --- a/charts/attic/templates/service-server.yaml +++ b/charts/attic/templates/service-server.yaml @@ -4,7 +4,6 @@ metadata: name: {{ include "attic.fullname" . }} labels: {{- include "attic.labels" . | nindent 4 }} - app.kubernetes.io/instance: "{{ include "attic.fullname" . }}" spec: type: ClusterIP selector: diff --git a/charts/attic/templates/serviceaccount.yaml b/charts/attic/templates/serviceaccount.yaml index cc4b274..76d2971 100644 --- a/charts/attic/templates/serviceaccount.yaml +++ b/charts/attic/templates/serviceaccount.yaml @@ -4,7 +4,6 @@ metadata: name: {{ include "attic.fullname" . }} labels: {{- include "attic.labels" . | nindent 4 }} - app.kubernetes.io/instance: "{{ include "attic.fullname" . }}" annotations: {{- if .Values.serviceAccountAnnotations }} {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }} diff --git a/charts/attic/templates/test/test-connection.yaml b/charts/attic/templates/test/test-connection.yaml index 081f61b..c5da2fe 100644 --- a/charts/attic/templates/test/test-connection.yaml +++ b/charts/attic/templates/test/test-connection.yaml @@ -4,7 +4,6 @@ metadata: name: "{{ include "attic.fullname" . }}-test-connection" labels: {{- include "attic.labels" . | nindent 4 }} - app.kubernetes.io/instance: "{{ include "attic.fullname" . }}" annotations: "helm.sh/hook": test spec: