zot simplification
This commit is contained in:
parent
7257762c45
commit
33d07dcf5c
@ -23,6 +23,13 @@ data:
|
||||
},
|
||||
"accessControl": {
|
||||
"repositories": {
|
||||
"pegasus": {
|
||||
"policies": [
|
||||
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
||||
],
|
||||
"defaultPolicy": [],
|
||||
"anonymousPolicy": []
|
||||
},
|
||||
"**": {
|
||||
"policies": [
|
||||
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
||||
|
||||
@ -10,4 +10,3 @@ resources:
|
||||
- ingress.yaml
|
||||
# - middleware.yaml
|
||||
# - tlsoptions.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user