Skip to content
Snippets Groups Projects
Commit 13d13aee authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fixup! add deployment

parent e9cd8f25
No related branches found
No related tags found
No related merge requests found
Pipeline #7858 passed with stage
in 25 seconds
...@@ -14,7 +14,7 @@ variables: ...@@ -14,7 +14,7 @@ variables:
values.yaml values.yaml
userkeys.values.yaml userkeys.values.yaml
HELM_UPGRADE_ARGS: HELM_UPGRADE_ARGS:
--set networkpolicies.main.egress[0].to[0].ipBlock.cidr="${TESTCLUSTER_DEVICE_IP}/32" --set networkpolicies.main.egress[0].to[0].ipBlock.cidr=${TESTCLUSTER_DEVICE_IP}/32
--set networkpolicies.main.egress[0].to[1].ipBlock.cidr=${PRODCLUSTER_DEVICE_IP}/32 --set networkpolicies.main.egress[0].to[1].ipBlock.cidr=${PRODCLUSTER_DEVICE_IP}/32
--set networkpolicies.main.egress[0].ports[0].port=${GIT_SSH_PORT} --set networkpolicies.main.egress[0].ports[0].port=${GIT_SSH_PORT}
--set hostAliases[0].ip=${TESTCLUSTER_DEVICE_IP} --set hostAliases[0].ip=${TESTCLUSTER_DEVICE_IP}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment