From c5f55aa879fdd321fdf78ceabefaace2cb0fd10a Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Thu, 23 Feb 2023 15:49:12 +0100 Subject: [PATCH] Simplify deployment --- deployment.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 71e6499..64be041 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -17,11 +17,7 @@ spec: app: test spec: containers: - - envFrom: + - image: alpine + envFrom: - secretRef: name: example - image: alpine - imagePullPolicy: Always - command: - - sleep - - "10000"