Skip to content

Commit 220b98f

Browse files
author
Sasa Berberovic
committed
Remove command & args properties in yaml file
1 parent 694bc36 commit 220b98f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetesPod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ spec:
1313
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
1414
securityContext:
1515
privileged: true
16-
command: ["sh"]
17-
args: ["/usr/src/app/docker-entrypoint.sh"]
16+
# command: ["sh"]
17+
# args: ["/usr/src/app/docker-entrypoint.sh"]
1818
tty: true
1919
volumeMounts:
2020
- mountPath: ~/.m2

0 commit comments

Comments
 (0)