Skip to content

Commit

Permalink
Merge pull request #278 from appuio/fix/self-provision
Browse files Browse the repository at this point in the history
Update patch template for disabling self provisioning
  • Loading branch information
HappyTetrahedron authored Sep 22, 2023
2 parents 4e7e8e8 + b4dffbf commit a874afb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ metadata:
spec:
patches:
self-provisioning-patch:
patchTemplate: |-
[{"op": "remove", "path": "/subjects/0"}]
patchTemplate: '[{"op": "replace", "path": "/subjects", "value": null}]'
patchType: application/json-patch+json
targetObjectRef:
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit a874afb

Please sign in to comment.