We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c1ba6 commit e9b4b40Copy full SHA for e9b4b40
install/installer/pkg/config/v1/config.go
@@ -117,7 +117,7 @@ type Metadata struct {
117
// Location for your objectStorage provider
118
Region string `json:"region" validate:"required"`
119
// InstallationShortname establishes the "identity" of the (application) cluster.
120
- InstallationShortname string `json:"shortname" validate:"required"`
+ InstallationShortname string `json:"shortname"`
121
}
122
123
type Observability struct {
0 commit comments