Skip to content

Commit

Permalink
Update openshiftSCC.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte authored Sep 7, 2024
1 parent 2522e81 commit 5a4736e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion onyxia-api/src/main/resources/schemas/ide/openshiftSCC.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
"title": "Openshift SCC",
"description": "configuration for openshift compatibility",
"type": "object",
"x-onyxia": {
"hidden": true
},
"properties": {
"enabled": {
"description": "enable rolebinding with openshift scc",
"type": "boolean",
"default": false
"default": false,
},
"scc": {
"type": "string",
Expand Down

0 comments on commit 5a4736e

Please sign in to comment.