mirror of https://git.rancher.io/charts
7 lines
105 B
YAML
7 lines
105 B
YAML
|
{{- if .Values.gitops.enabled }}
|
||
|
apiVersion: v1
|
||
|
kind: ServiceAccount
|
||
|
metadata:
|
||
|
name: gitjob
|
||
|
{{- end }}
|