Skip to content

Commit

Permalink
Add patch permissions on secrets (#729)
Browse files Browse the repository at this point in the history
* Add patch permissions on secrets

Signed-off-by: Joan Miquel Luque <joan.luque@gmail.com>

* Bump version

Signed-off-by: Joan Miquel Luque <joan.luque@gmail.com>

---------

Signed-off-by: Joan Miquel Luque <joan.luque@gmail.com>
  • Loading branch information
xoanmi committed Mar 21, 2024
1 parent 9fc56e8 commit 1fa4f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/scaffold/Chart.yaml
Expand Up @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture

type: application

version: 0.6.46
version: 0.6.47
keywords:
- security
- pki
Expand Down
4 changes: 2 additions & 2 deletions charts/scaffold/templates/clusterrole.yaml
Expand Up @@ -6,8 +6,8 @@ metadata:
rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "create"]
verbs: ["get", "create", "patch"]
- apiGroups: ["apps"]
resources: ["deployments"]
verbs: ["get", "list"]
{{- end }}
{{- end }}

0 comments on commit 1fa4f76

Please sign in to comment.