Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions deploy/stackit/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ metadata:
chart: {{ include "stackit-cert-manager-webhook.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- with .Values.serviceAccount.annotations}}
annotations:
{{- . | toYaml | nindent 4 }}
{{- end }}
---
# Grant the webhook permission to read the ConfigMap containing the Kubernetes
# apiserver's requestheader-ca-certificate.
Expand Down
5 changes: 5 additions & 0 deletions deploy/stackit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ certManager:
# -- service account name for the cert-manager.
serviceAccountName: cert-manager

# -- Service Account
serviceAccount:
# -- service account annotations.
annotations: {}

# -- Image information for the webhook.
image:
# -- repository of the image.
Expand Down
Loading