Skip to content

Commit

Permalink
chore: enable promotion in example folder (keptn#3186)
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
Signed-off-by: vickysomtee <[email protected]>
  • Loading branch information
RealAnna authored and Vickysomtee committed Apr 22, 2024
1 parent e09d65e commit 6741b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install: install-observability
@echo "-----------------------------------"
helm repo add keptn https://charts.lifecycle.keptn.sh
helm repo update
helm upgrade --install keptn keptn/keptn -n $(TOOLKIT_NAMESPACE) --create-namespace --wait
helm upgrade --install keptn keptn/keptn -n $(TOOLKIT_NAMESPACE) --set 'lifecycleOperator.promotionTasksEnabled="true"' --create-namespace --wait
kubectl apply -f support/keptn/keptnconfig.yaml -n $(TOOLKIT_NAMESPACE)

.PHONY: install-observability
Expand Down

0 comments on commit 6741b77

Please sign in to comment.