Skip to content

Commit

Permalink
Update hostname format in validate-input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 21, 2024
1 parent 98df82f commit 26603b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions imageroot/actions/configure-module/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@
"host_console": {
"type": "string",
"description": "Host name for the server, this host will be use by S3 clients",
"format": "idn-hostname"
"format": "hostname",
"pattern": "\\."
},
"host_server": {
"type": "string",
"description": "Host name for the UI, this how will serve the management UI",
"format": "idn-hostname"
"format": "hostname",
"pattern": "\\."
},
"lets_encrypt": {
"type": "boolean",
Expand Down

0 comments on commit 26603b4

Please sign in to comment.