chore(attic): use of redundant instance label caused warning
All checks were successful
All checks were successful
This commit is contained in:
parent
7f98dec248
commit
3218db38db
5 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue