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

Commit

Permalink
Remove pamela from installation
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
pbochynski authored Dec 11, 2020
1 parent 9f789d6 commit 810dd38
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 @@ -114,7 +114,7 @@ helm_install service-catalog-addons resources/service-catalog-addons kyma-system
helm_install helm-broker resources/helm-broker kyma-system --set $OVERRIDES -f resources/helm-broker/profile-evaluation.yaml &

helm_install core resources/core kyma-system --set $OVERRIDES &
helm_install console resources/console kyma-system --set $OVERRIDES -f resources/console/profile-evaluation.yaml &
helm_install console resources/console kyma-system --set $OVERRIDES -f resources/console/profile-evaluation.yaml --set pamela.enabled=false &
helm_install cluster-users resources/cluster-users kyma-system --set $OVERRIDES &
helm_install serverless resources/serverless kyma-system -f resources/serverless/profile-evaluation.yaml --set $REGISTRY_VALUES,global.ingress.domainName=$DOMAIN &
helm_install logging resources/logging kyma-system --set $OVERRIDES -f resources/logging/profile-evaluation.yaml &
Expand Down

0 comments on commit 810dd38

Please sign in to comment.