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
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue