Skip to content

Commit 192e2e6

Browse files
Merge pull request #163 from open-feature/justinabrahms-patch-1
chore: Create directory if it doesn't exist.
2 parents b4bf8bf + 15e995d commit 192e2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
104104
.PHONY: release-manifests
105105
release-manifests: manifests kustomize
106106
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
107+
mkdir config/rendered/
107108
$(KUSTOMIZE) build config/default > config/rendered/release.yaml
108109

109110
.PHONY: deploy

0 commit comments

Comments
 (0)