Skip to content

Commit

Permalink
Add OOD password to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Aug 17, 2023
1 parent 53d9587 commit ce6948f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion slurm-cluster-chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,18 @@
"type": "string",
"title": "SSH Public Key",
"description": "The SSH public key to inject into the cluster's login node"
},
"openOnDemand": {
"type": "object",
"properties": {
"password": {
"type": "string",
"title": "Open On Demand password",
"description": "The password for access to the Open On Demand web interface"
}
},
"required": ["password"]
}
},
"required": ["storage", "sshPublicKey"]
"required": ["storage", "sshPublicKey", "openOnDemand"]
}

0 comments on commit ce6948f

Please sign in to comment.