You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/cmd/create.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import (
21
21
"github.com/spf13/cobra"
22
22
)
23
23
24
+
varCCP_IMAGE_TAGstring
24
25
varPasswordstring
25
26
varBackupPath, BackupPVCstring
26
27
@@ -73,5 +74,6 @@ func init() {
73
74
createClusterCmd.Flags().StringVarP(&Password, "password", "w", "", "The password to use for initial database users")
74
75
createClusterCmd.Flags().StringVarP(&BackupPVC, "backup-pvc", "p", "", "The backup archive PVC to restore from")
75
76
createClusterCmd.Flags().StringVarP(&BackupPath, "backup-path", "x", "", "The backup archive path to restore from")
77
+
createClusterCmd.Flags().StringVarP(&CCP_IMAGE_TAG, "ccp-image-tag", "c", "", "The CCP_IMAGE_TAG to use for cluster creation, if specified overrides the .pgo.yaml setting")
0 commit comments