Skip to content

Commit

Permalink
Allow basic user access to vshnpostgresbackup
Browse files Browse the repository at this point in the history
  • Loading branch information
zugao committed Mar 3, 2023
1 parent 67ccc53 commit 74df91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/appcat_apiserver.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local clusterRoleUsers = kube.ClusterRole('system:' + inv.parameters.facts.distr
rules+: [
{
apiGroups: [ 'api.appcat.vshn.io' ],
resources: [ 'appcats' ],
resources: [ 'appcats', 'vshnpostgresbackups' ],
verbs: [ 'get', 'list', 'watch' ],
},
],
Expand Down

0 comments on commit 74df91c

Please sign in to comment.