Skip to content

Commit

Permalink
Merge pull request #30 from ggtakec/fix_bugs
Browse files Browse the repository at this point in the history
Fixed questions.yaml due to bugs in RANCHER support
  • Loading branch information
ggtakec authored Jun 21, 2023
2 parents acd6eed + 862bced commit a762fc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ questions:
max_length: 31

- variable: k2hr3.app.customConf
default: 0
default: ""
label: "Custom configuration"
description: "Specify the custom configuration file content formatted by json string(config/local.json). Note: that the "," character must be escaped."
description: "Specify the custom configuration file content formatted by json string(config/local.json). Note: that the [,] character must be escaped."
type: string
required: false
group: "K2HR3 Web Application"
Expand Down Expand Up @@ -216,9 +216,9 @@ questions:
max_length: 31

- variable: k2hr3.api.customConf
default: 0
default: ""
label: "Custom configuration"
description: "Specify the custom configuration file content formatted by json string(config/local.json). Note: that the "," character must be escaped."
description: "Specify the custom configuration file content formatted by json string(config/local.json). Note: that the [,] character must be escaped."
type: string
required: false
group: "K2HR3 REST API"
Expand Down

0 comments on commit a762fc2

Please sign in to comment.