Skip to content

Commit 4b9a24a

Browse files
committed
Remove allow_environment_variable_dropping flip
1 parent 854de99 commit 4b9a24a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/azure-aks/deployment/generate-deployment-artifacts.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ if [[ $? -ne 0 ]]; then
9191
fi
9292

9393
sed --in-place \
94-
-e "s#allow_environment_variable_dropping := true#allow_environment_variable_dropping := false#g" \
9594
-e 's#{"pattern":"DEPLOYMENT_ENVIRONMENT=DEPLOYMENT_ENVIRONMENT_PLACEHOLDER","required":false,"strategy":"string"}#{"pattern":"DEPLOYMENT_ENVIRONMENT=.+","required":false,"strategy":"re2"}#g' \
9695
-e 's#{"pattern":"VAULT_NAME=VAULT_NAME_PLACEHOLDER","required":false,"strategy":"string"}#{"pattern":"VAULT_NAME=.+","required":false,"strategy":"re2"}#g' \
9796
-e 's#{"pattern":"OPERATOR_KEY_SECRET_NAME=OPERATOR_KEY_SECRET_NAME_PLACEHOLDER","required":false,"strategy":"string"}#{"pattern":"OPERATOR_KEY_SECRET_NAME=.+","required":false,"strategy":"re2"}#g' \

0 commit comments

Comments
 (0)