We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5d804 commit 8878bb5Copy full SHA for 8878bb5
ci/scripts/ci-deploy-demo-staging.sh
@@ -37,7 +37,6 @@ install_demo() {
37
if [ -n "$values" ]; then
38
helm_cmd+=" -f $values"
39
fi
40
- sed -i "s/PLACEHOLDER_COMMIT_SHA/v$CI_COMMIT_SHORT_SHA/g" ./src/orderproducerservice/${orderproducer_deployment}
41
42
# COMMANDS
43
kubectl apply -f ./src/zookeeperservice/${zookeeper_deployment} -n "${namespace}"
ci/values-gateway.yaml
@@ -2,8 +2,6 @@ default:
2
envOverrides:
3
- name: OTEL_COLLECTOR_NAME
4
value: opentelemetry-collector
5
- - name: OTEL_EXPORTER_OTLP_ENDPOINT
6
- value: http://opentelemetry-collector:4317
7
schedulingRules:
8
nodeSelector:
9
alpha.eksctl.io/nodegroup-name: ng-5
0 commit comments