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 name: {{ include "attic.fullname" . }}-db-init
labels: labels:
{{- include "attic.labels" . | nindent 4 }} {{- include "attic.labels" . | nindent 4 }}
app.kubernetes.io/instance: "{{ include "attic.fullname" . }}"
annotations: annotations:
"helm.sh/hook": pre-install "helm.sh/hook": pre-install
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded

View file

@ -4,7 +4,6 @@ metadata:
name: {{ include "attic.fullname" . }} name: {{ include "attic.fullname" . }}
labels: labels:
{{- include "attic.labels" . | nindent 4 }} {{- include "attic.labels" . | nindent 4 }}
app.kubernetes.io/instance: "{{ include "attic.fullname" . }}"
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View file

@ -4,7 +4,6 @@ metadata:
name: {{ include "attic.fullname" . }} name: {{ include "attic.fullname" . }}
labels: labels:
{{- include "attic.labels" . | nindent 4 }} {{- include "attic.labels" . | nindent 4 }}
app.kubernetes.io/instance: "{{ include "attic.fullname" . }}"
spec: spec:
type: ClusterIP type: ClusterIP
selector: selector:

View file

@ -4,7 +4,6 @@ metadata:
name: {{ include "attic.fullname" . }} name: {{ include "attic.fullname" . }}
labels: labels:
{{- include "attic.labels" . | nindent 4 }} {{- include "attic.labels" . | nindent 4 }}
app.kubernetes.io/instance: "{{ include "attic.fullname" . }}"
annotations: annotations:
{{- if .Values.serviceAccountAnnotations }} {{- if .Values.serviceAccountAnnotations }}
{{- toYaml .Values.serviceAccountAnnotations | nindent 4 }} {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }}

View file

@ -4,7 +4,6 @@ metadata:
name: "{{ include "attic.fullname" . }}-test-connection" name: "{{ include "attic.fullname" . }}-test-connection"
labels: labels:
{{- include "attic.labels" . | nindent 4 }} {{- include "attic.labels" . | nindent 4 }}
app.kubernetes.io/instance: "{{ include "attic.fullname" . }}"
annotations: annotations:
"helm.sh/hook": test "helm.sh/hook": test
spec: spec: