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 dadca69 commit a7a1f8dCopy full SHA for a7a1f8d
make/addons.mk
@@ -64,5 +64,5 @@ generate-mindthegap-repofile: generate-helm-configmap ; $(info $(M) generating h
64
./hack/addons/generate-mindthegap-repofile.sh
65
66
.PHONY: replace-with-mindthegap ## this is used by gorealeaser to set the helm value to this.
67
-replace-with-mindthegap: generate-mindthegap-repofile
+replace-with-mindthegap: generate-mindthegap-repofile
68
sed -i 's/RepositoryURL:.*/RepositoryURL: registry.{{ .Release.Namespace }}.svc/g' "./charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml"
0 commit comments