mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-07-12 04:20:37 +00:00
Add ability to provide annotations to the jobs.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "chart.fullname" . }}-cm-raczylo-com
|
||||
name: {{ include "chart.fullname" . }}-sa
|
||||
labels:
|
||||
{{- include "chart.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
{{- toYaml .Values.cmRaczyloCom.serviceAccount.annotations | nindent 4 }}
|
||||
{{- toYaml .Values.sa.serviceAccount.annotations | nindent 4 }}
|
||||
Reference in New Issue
Block a user