Skip to content

Commit

Permalink
Explicitly specify ns for helm install api
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Jan 10, 2024
1 parent dec5a37 commit b356c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/api.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ api-chart-push-dev: api-chart-build helm ## Push Fabric API (CRDs) Helm chart

.PHONY: api-chart-install
api-chart-install: api-chart-build helm ## Install Fabric API (CRDs) Helm chart
$(HELM) upgrade --install fabric-api $(API_HELM_PACKAGE)
$(HELM) upgrade --install --namespace default fabric-api $(API_HELM_PACKAGE)

# .PHONY: api-helm-install
# api-helm-install: api-helm-build helm ## Install Fabric API (CRDs) Helm chart
Expand Down

0 comments on commit b356c07

Please sign in to comment.