mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
05594cc703
* copying submodule charts instead of symlink * fix linting for provisioner chart * fix linting * removing trailing space * linting fixes
12 lines
351 B
YAML
12 lines
351 B
YAML
{{- if .Values.common.rbac }}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ .Values.daemonset.serviceAccount }}
|
|
namespace: {{ .Values.common.namespace }}
|
|
labels:
|
|
heritage: {{ .Release.Service | quote }}
|
|
release: {{ .Release.Name | quote }}
|
|
chart: {{ replace "+" "_" .Chart.Version | printf "%s-%s" .Chart.Name }}
|
|
{{- end }}
|