File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ bundle-build:
128128helmchart : kustomize
129129 mkdir -p ./charts/${OPERATOR_NAME} /templates
130130 cp ./config/helmchart/templates/* ./charts/${OPERATOR_NAME} /templates
131- $(KUSTOMIZE ) build ./config/helmchart | sed ' s/release-namespace/{{.Release.namespace }}/' > ./charts/${OPERATOR_NAME} /templates/rbac.yaml
131+ $(KUSTOMIZE ) build ./config/helmchart | sed ' s/release-namespace/{{.Release.Namespace }}/' > ./charts/${OPERATOR_NAME} /templates/rbac.yaml
132132 version=${VERSION} envsubst < ./config/helmchart/Chart.yaml.tpl > ./charts/${OPERATOR_NAME} /Chart.yaml
133133 version=${VERSION} image_repo=$$ {IMG%:* } envsubst < ./config/helmchart/values.yaml.tpl > ./charts/${OPERATOR_NAME} /values.yaml
134134 helm lint ./charts/${OPERATOR_NAME}
You can’t perform that action at this time.
0 commit comments