Commit 75108f99 authored by Graham Dumpleton's avatar Graham Dumpleton

Generate password from OpenShift template if none is supplied.

parent 2a7f6596
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
}, },
{ {
"name": "NOTEBOOK_PASSWORD", "name": "NOTEBOOK_PASSWORD",
"value": "", "from": "[a-f0-9]{32}",
"required": true "generate": "expression"
} }
], ],
"objects": [ "objects": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment