Removed lifecycle.postStart.exec.command

This commit is contained in:
dementhorr 2024-01-06 18:40:53 +01:00 committed by Vince Montalbano
parent 440560ef0b
commit df9314a1df

View File

@ -71,14 +71,6 @@ spec:
value: ubuntu-latest
- name: CONFIG_FILE
value: /actrunner/config.yaml
lifecycle:
postStart:
exec:
command:
- sh
- -c
- |
apk --update add nodejs npm
volumeMounts:
- mountPath: /actrunner/config.yaml
name: act-runner-config