We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddaea16 commit be9ea5dCopy full SHA for be9ea5d
scripts/devaccess/devaccess_users.yaml
@@ -58,6 +58,13 @@ roles:
58
runner: oc_get_generic
59
namespaces:
60
- all
61
+ - names:
62
+ - is
63
+ - imagestream
64
+ - imagestreams
65
+ runner: oc_get_generic
66
+ namespaces:
67
+ - openshift
68
69
- base: oc version
70
types:
@@ -225,4 +232,4 @@ user_roles:
225
232
226
233
# I know this doesn't seem to make sense, to separate these two structure, sadly
227
234
# our config management gets the users and the roles from separate sources, changing
228
-# it here was easier for now, than rearchitecting the other end
235
+# it here was easier for now, than rearchitecting the other end
0 commit comments