Skip to content

Commit

Permalink
controller: re-enable on-success/on-failure Pebble service properties.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <[email protected]>
  • Loading branch information
aznashwan committed Sep 26, 2024
1 parent 6b22dc8 commit 4b3e8a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions controller/v1.10.1/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ services:

command: /pebble-entrypoint.sh [ /nginx-ingress-controller ]

# on-success: shutdown
# on-failure: shutdown
on-success: shutdown
on-failure: shutdown

entrypoint-service: nginx

Expand Down
4 changes: 2 additions & 2 deletions controller/v1.11.0/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
# 'ldconfig' before exec-ing the controller binary:
command: /pebble-entrypoint.sh [ /nginx-ingress-controller ]

# on-success: shutdown
# on-failure: shutdown
on-success: shutdown
on-failure: shutdown

entrypoint-service: nginx

Expand Down

0 comments on commit 4b3e8a6

Please sign in to comment.