diff --git a/Jenkinsfile b/Jenkinsfile index 880545f..66f362c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,10 +40,10 @@ spec: image: bitnami/kubectl:1.22.0 imagePullPolicy: IfNotPresent tty: true - args: - - get - - pod - - -A + command: + - tail + - -f + - /dev/null volumeMounts: - mountPath: "/etc/localtime" name: "volume-2"