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

fixup! add deployment

parent e69b75bc
No related branches found
No related tags found
No related merge requests found
Pipeline #7855 failed with stage
in 24 seconds
...@@ -14,9 +14,9 @@ variables: ...@@ -14,9 +14,9 @@ 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}
--set hostAliases[1].ip=${PRODCLUSTER_DEVICE_IP} --set hostAliases[1].ip=${PRODCLUSTER_DEVICE_IP}
--set hostKeys.data.ssh_host_ecdsa_key=${HOST_ECDSA_KEY} --set hostKeys.data.ssh_host_ecdsa_key=${HOST_ECDSA_KEY}
......
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