Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Disable evaluation profile on app connector
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski authored Dec 10, 2020
1 parent 0adadee commit 201f1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-kyma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ helm_install tracing resources/tracing kyma-system --set $OVERRIDES -f resources

helm_install knative-eventing resources/knative-eventing knative-eventing &

helm_install application-connector resources/application-connector kyma-integration --set $OVERRIDES -f resources/application-connector/profile-evaluation.yaml &
helm_install application-connector resources/application-connector kyma-integration --set $OVERRIDES &
helm_install knative-provisioner-natss resources/knative-provisioner-natss knative-eventing &
helm_install nats-streaming resources/nats-streaming natss --set global.natsStreaming.resources.requests.memory=64M,global.natsStreaming.resources.requests.cpu=10m &
helm_install event-sources resources/event-sources kyma-system &
Expand Down

0 comments on commit 201f1b4

Please sign in to comment.