Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaowenchen committed Jan 23, 2025
1 parent 04318fd commit 84c735c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/create-namespace-workload-kubeconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
namespace: $TARGET_NAMESPACE
rules:
- apiGroups: [""]
resources: ["pods", "services", "pods/log", "pods/exec", "events"]
resources: ["pods", "services", "pods/log", "pods/exec", "events", "configmaps", "secrets"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: ["apps"]
resources: ["deployments"]
Expand Down

0 comments on commit 84c735c

Please sign in to comment.