From d61f5f99b151f7f1f7de48d293e9518d6f1c58ff Mon Sep 17 00:00:00 2001 From: oriabargil Date: Tue, 6 Sep 2022 12:49:06 +0300 Subject: [PATCH] update yaml --- manifests/outbound-connection-to-miner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/outbound-connection-to-miner.yaml b/manifests/outbound-connection-to-miner.yaml index 7289b29..d59bf58 100644 --- a/manifests/outbound-connection-to-miner.yaml +++ b/manifests/outbound-connection-to-miner.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Pod metadata: - name: outbound-connections-to-miner + name: outbound-connection-to-miner labels: app: ubuntu spec: @@ -9,4 +9,4 @@ spec: - image: ghcr.io/lightspin-tech/light-k8s-attack-simulations/k8s-attack-simulation:latest command: ["src/shell-outbound-connection-to-miner.sh"] imagePullPolicy: Always - name: simulation \ No newline at end of file + name: simulation