We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbee48 commit ca4331aCopy full SHA for ca4331a
spire/templates/apps/dovetail-spots.yml
@@ -447,7 +447,7 @@ Resources:
447
Value: !Ref SpotsHostname
448
Essential: true
449
HealthCheck:
450
- Command: [ "CMD-SHELL", !Sub "pgrep -f solid-queue-worker || exit 1" ]
+ Command: [ "CMD-SHELL", "pgrep -f solid-queue-worker || exit 1" ]
451
Interval: 30
452
Retries: 3
453
StartPeriod: 15
spire/templates/apps/feeder.yml
@@ -1093,7 +1093,7 @@ Resources:
1093
Value: !If [IsProduction, 8, 5]
1094
1095
1096
- Command: [ "CMD-SHELL", !Sub "pgrep -f shoryuken || exit 1" ]
+ Command: [ "CMD-SHELL", "pgrep -f shoryuken || exit 1" ]
1097
1098
1099
0 commit comments