Skip to content

Commit

Permalink
fix: Typo in ClusterRole
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed Apr 29, 2024
1 parent 6b9c677 commit 8310f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "app.labels" . | nindent 6 }}
rules:
- apiGroups: [""]
resources: ["secret"]
resources: ["secrets"]
verbs: ["list", "get"]
{{ if .Values.rbac.secretResourceNames }}
resourceNames: {{ toJson .Values.rbac.secretResourceNames }}
Expand Down

0 comments on commit 8310f90

Please sign in to comment.