Skip to content

Commit d6b8012

Browse files
committed
Backport last change
1 parent 14ca1bb commit d6b8012

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

local-hosting/proxmox/ubuntu-cloud-k3d.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ runcmd:
209209
# Chaos Mesh
210210
- curl -sSL https://mirrors.chaos-mesh.org/v2.8.0/install.sh | bash -s -- --k3s
211211
212-
# Get VM IP and update workshop-secrets with actual IP
213-
- sed -i "s|http://frontend|http://$(ip -4 addr show | grep -oP '(?<=inet\s)\d+(\.\d+){3}' | grep -v '^127\.' | head -n1):81|g" /tmp/workshop-secrets.yaml
214-
215212
# Deploy Splunk secrets
216213
- /snap/bin/kubectl apply -f /tmp/workshop-secrets.yaml
217214

0 commit comments

Comments
 (0)