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