Skip to content

Commit e9b4b40

Browse files
author
Andrew Farries
committed
Make InstallationShortname not required
1 parent 61c1ba6 commit e9b4b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/config/v1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ type Metadata struct {
117117
// Location for your objectStorage provider
118118
Region string `json:"region" validate:"required"`
119119
// InstallationShortname establishes the "identity" of the (application) cluster.
120-
InstallationShortname string `json:"shortname" validate:"required"`
120+
InstallationShortname string `json:"shortname"`
121121
}
122122

123123
type Observability struct {

0 commit comments

Comments
 (0)