Skip to content

Commit 8c676aa

Browse files
committed
removed enforceUtil field
1 parent 79bfe0d commit 8c676aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrationTesting/create-test-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ kubectl -n devtroncd apply -f $PWD/tests/integrationTesting/postgresql-secret.ya
2121
kubectl -ndevtroncd apply -f $PWD/tests/integrationTesting/postgresql.yaml
2222
kubectl -n devtroncd apply -f $PWD/tests/integrationTesting/devtron-secret.yaml
2323
kubectl -n devtroncd apply -f $PWD/tests/integrationTesting/nats-server.yaml
24+
# we are copying sql scripts into node container and this conainer's name is fixed
2425
docker cp $PWD/scripts/sql/ k3d-it-cluster-server-0:./tmp/scripts
2526
yq '(select(.metadata.name == "postgresql-migrate-devtron") | .spec.template.spec.containers[0].env[0].value) = env(TEST_BRANCH)' $PWD/tests/integrationTesting/migrator.yaml -i
2627
yq '(select(.metadata.name == "postgresql-migrate-devtron") | .spec.template.spec.containers[0].env[9].value) = env(LATEST_HASH)' $PWD/tests/integrationTesting/migrator.yaml -i

0 commit comments

Comments
 (0)