From c70dae384c82fac96ff7c384ddee182e3dbe9321 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Mon, 15 Jan 2024 15:30:08 +0100 Subject: [PATCH] Added customAnnotations to RBAC Manager Added customAnnotations to RBAC Manager Signed-off-by: Pierluigi Lenoci --- .../charts/crossplane/templates/rbac-manager-deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/charts/crossplane/templates/rbac-manager-deployment.yaml b/cluster/charts/crossplane/templates/rbac-manager-deployment.yaml index e11cd7a0cc1..cdc77b50ba5 100644 --- a/cluster/charts/crossplane/templates/rbac-manager-deployment.yaml +++ b/cluster/charts/crossplane/templates/rbac-manager-deployment.yaml @@ -8,6 +8,9 @@ metadata: app: {{ template "crossplane.name" . }}-rbac-manager release: {{ .Release.Name }} {{- include "crossplane.labels" . | indent 4 }} + {{- with .Values.customAnnotations }} + annotations: {{ toYaml . | nindent 4 }} + {{- end }} spec: replicas: {{ .Values.rbacManager.replicas }} selector: