Skip to content

Commit

Permalink
πŸ› add missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
aureq committed Sep 17, 2023
1 parent 51a274e commit 0946e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cert-manager-webhook-ovh/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ subjects:
{{- end }}{{/* end range */}}
{{- if len $secretsList }}
apiVersion: rbac.authorization.k8s.io/v1
kind: {{ $.Values.rbac.roleType | default Role }}
kind: {{ $.Values.rbac.roleType | default "Role" }}
metadata:
name: {{ include "cert-manager-webhook-ovh.fullname" $ }}:secret-reader
namespace: {{ $.Release.Namespace | quote }}
Expand Down

0 comments on commit 0946e5a

Please sign in to comment.