Skip to content

Commit

Permalink
render changes (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: chipzoller <[email protected]>
  • Loading branch information
chipzoller authored Aug 29, 2023
1 parent c5656e8 commit f59c57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
- cluster-admin
generate:
synchronize: true
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
name: "{{request.userInfo.username}}-admin-binding"
namespace: "{{request.object.metadata.name}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
targets:
- apiVersion: apps/v1
kind: Deployment
name: "{{ request.object.metadata.name }}"
patchStrategicMerge:
spec:
template:
Expand Down

0 comments on commit f59c57c

Please sign in to comment.