mirror of https://git.rancher.io/charts
13 lines
204 B
YAML
13 lines
204 B
YAML
|
apiVersion: v1
|
||
|
kind: ServiceAccount
|
||
|
metadata:
|
||
|
name: fleet-controller
|
||
|
|
||
|
{{- if .Values.bootstrap.enabled }}
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: ServiceAccount
|
||
|
metadata:
|
||
|
name: fleet-controller-bootstrap
|
||
|
{{- end }}
|