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: