Skip to content

Commit

Permalink
chore: make install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
miketonks-form3 committed Jun 25, 2024
1 parent 5e2e979 commit 34a3da6
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,9 @@ rules:
- apiGroups: [ "" ]
resources: [ "pods", "configmaps", "secrets"]
verbs: [ "get", "list", "watch", "delete", "update", "patch" ]
- apiGroups: [ "apps" ]
resources: [ "replicasets", "deployments", "daemonsets", "statefulsets"]
verbs: [ "get", "watch", "list", "patch" ]
- apiGroups:
- ""
resources:
Expand All @@ -1090,10 +1093,26 @@ rules:
- ""
resources:
- persistentvolumeclaims
verbs:
verbs:
- get
- list
- delete
- apiGroups:
- "cert-manager.io"
resources:
- certificates
verbs:
- get
- patch
- list
- watch
- apiGroups:
resources:
verbs:
- get
- patch
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 34a3da6

Please sign in to comment.