constellation/cli/internal/helm/charts/cilium/templates/hubble-relay/serviceaccount.yaml

12 lines
371 B
YAML
Raw Normal View History

2022-08-12 08:20:19 +00:00
{{- if and .Values.hubble.enabled .Values.hubble.relay.enabled .Values.serviceAccounts.relay.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.serviceAccounts.relay.name | quote }}
namespace: {{ .Release.Namespace }}
{{- with .Values.serviceAccounts.relay.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}