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

fixup! add deployment

parent 35a1993f
No related branches found
No related tags found
No related merge requests found
Pipeline #7831 failed with stage
in 24 seconds
...@@ -14,8 +14,8 @@ variables: ...@@ -14,8 +14,8 @@ 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}"'
......
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