mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-05 22:53:39 +00:00
8 lines
250 B
YAML
8 lines
250 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "chart.fullname" . }}-cm-raczylo-com
|
|
labels:
|
|
{{- include "chart.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.cmRaczyloCom.serviceAccount.annotations | nindent 4 }} |