mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 09:59:57 +00:00
* chore: add golint to pre-commit Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: move legacy docs Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: ran pre-commit Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: fix goreleaser regexps Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
15 lines
449 B
YAML
15 lines
449 B
YAML
{{- if not $.Values.crds.exclusive }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "capsule.pre-delete.name" . }}
|
|
namespace: {{ $.Release.Namespace }}
|
|
annotations:
|
|
"helm.sh/hook-weight": "-4"
|
|
{{- include "capsule.pre-delete.annotations" . | nindent 4 }}
|
|
labels:
|
|
app.kubernetes.io/component: {{ include "capsule.pre-delete.component" . | quote }}
|
|
{{- include "capsule.labels" . | nindent 4 }}
|
|
{{- end }}
|