mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-10 23:29:11 +00:00
8 lines
228 B
YAML
8 lines
228 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "chart.fullname" . }}-sa
|
|
labels:
|
|
{{- include "chart.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.sa.serviceAccount.annotations | nindent 4 }} |