Skip to content

Commit 36358fc

Browse files
rdksapreshnm
andauthored
Update cmd/deploy_eso.go
Co-authored-by: René Schünemann <[email protected]>
1 parent e9fdc44 commit 36358fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/deploy_eso.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ var deployEsoCmd = &cobra.Command{
1818
Use: "deploy-eso",
1919
Short: "Deploys External Secrets Operator controllers on the target cluster",
2020
Long: "Deploys External Secrets Operator controllers on the target cluster",
21+
Args: cobra.ExactArgs(1),
22+
ArgAliases: []string{
23+
"configFile",
24+
},
25+
Example: `openmcp-bootstrapper deploy-eso "./config.yaml"`,
2126
RunE: func(cmd *cobra.Command, args []string) error {
2227
configFilePath := args[0]
2328
config := &cfg.BootstrapperConfig{}

0 commit comments

Comments
 (0)