Skip to content

Commit

Permalink
chore(manifests): update container entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
corrieriluca committed Jul 13, 2023
1 parent d2b443e commit be598f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions manifests/base/controllers/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ spec:
securityContext:
runAsNonRoot: true
containers:
- command:
- /burrito
- name: burrito
args:
- controllers
- start
image: ghcr.io/padok-team/burrito:main
name: burrito
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand Down
4 changes: 1 addition & 3 deletions manifests/base/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ spec:
securityContext:
runAsNonRoot: true
containers:
- command:
- /burrito
- name: burrito
args:
- server
- start
Expand All @@ -38,7 +37,6 @@ spec:
name: burrito-config
optional: true
image: ghcr.io/padok-team/burrito:main
name: burrito
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
4 changes: 0 additions & 4 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3154,8 +3154,6 @@ spec:
- args:
- controllers
- start
command:
- /burrito
envFrom:
- configMapRef:
name: burrito-config
Expand Down Expand Up @@ -3250,8 +3248,6 @@ spec:
- args:
- server
- start
command:
- /burrito
envFrom:
- configMapRef:
name: burrito-config
Expand Down

0 comments on commit be598f6

Please sign in to comment.