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 269d4ac commit 9b73715Copy full SHA for 9b73715
hack/tools/sync-helm-values/sync-values.go
@@ -70,8 +70,8 @@ func main() {
70
fmt.Println("failed to ensure full path for argument", err.Error())
71
os.Exit(1)
72
}
73
- if kustomizeDir == "" || helmChartDir == "" {
74
- fmt.Println("-helm-chart-directory and -kustomize-directory must be set")
+ if kustomizeDir == "" || helmChartDir == "" || licenseFile == "" {
+ fmt.Println("-helm-chart-directory -license-file -kustomize-directory must all be set")
75
76
77
err = SyncHelmValues(kustomizeDir, helmChartDir, licenseFile)
0 commit comments