chore(attic): use of redundant instance label caused warning
All checks were successful
Validate Charts / Get Charts being Changed (pull_request) Successful in 7s
Validate Charts / Lint (pull_request) Successful in 8s
Validate Charts / Audit (pull_request) Successful in 7s
Validate Charts / Outdated APIs (pull_request) Successful in 7s

This commit is contained in:
Tommy 2024-11-14 22:18:57 +01:00
parent 7f98dec248
commit 3218db38db
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc
5 changed files with 0 additions and 5 deletions

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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 }}

View file

@ -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: