Skip to content
Snippets Groups Projects
Commit 816089c1 authored by OZGCloud's avatar OZGCloud
Browse files

update RBAC configmap and deployment

parent f2621a3a
No related branches found
No related tags found
No related merge requests found
......@@ -46,5 +46,5 @@ metadata:
rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["create", "get", "list", "update", "patch"]
verbs: ["get", "list"]
{{- end -}}
\ No newline at end of file
......@@ -46,5 +46,5 @@ metadata:
rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["create", "get", "list", "update", "patch"]
verbs: ["create", "update", "patch"]
{{- end -}}
\ No newline at end of file
......@@ -98,11 +98,8 @@ tests:
resources:
- configmaps
verbs:
- create
- get
- list
- update
- patch
documentIndex: 1
- it: RBAC not created by default
asserts:
......
......@@ -99,8 +99,6 @@ tests:
- configmaps
verbs:
- create
- get
- list
- update
- patch
documentIndex: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment