From dfc53575d1762d38f1e89c87da534499cc8829d6 Mon Sep 17 00:00:00 2001 From: ada mancini Date: Wed, 30 Oct 2024 15:01:55 -0400 Subject: [PATCH] fix whitespace --- netshoot-daemonset.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/netshoot-daemonset.yaml b/netshoot-daemonset.yaml index c3b73f4..e810004 100644 --- a/netshoot-daemonset.yaml +++ b/netshoot-daemonset.yaml @@ -49,10 +49,10 @@ spec: # runAsUser: 1000 # fsGroup: 2000 containers: - - name: netshoot - image: "docker.io/nicolaka/netshoot" - imagePullPolicy: Always - securityContext: - privileged: true - tty: true - stdin: true + - name: netshoot + image: "docker.io/nicolaka/netshoot" + imagePullPolicy: Always + securityContext: + privileged: true + tty: true + stdin: true