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

fixup! add deployment

parent bc381f7c
No related branches found
No related tags found
No related merge requests found
Pipeline #7856 failed with stage
in 24 seconds
...@@ -14,11 +14,11 @@ variables: ...@@ -14,11 +14,11 @@ 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}
--set hostKeys.data.ssh_host_ecdsa_key\.pub=${HOST_ECDSA_PUB} --set hostKeys.data.ssh_host_ecdsa_key\.pub=${HOST_ECDSA_PUB}
--set hostKeys.data.ssh_host_ed25519_key=${HOST_ED25519_KEY} --set hostKeys.data.ssh_host_ed25519_key=${HOST_ED25519_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