From df9314a1dfba799800dd7b9e9e4a1fb336bcf6b2 Mon Sep 17 00:00:00 2001 From: dementhorr Date: Sat, 6 Jan 2024 18:40:53 +0100 Subject: [PATCH] Removed lifecycle.postStart.exec.command --- templates/gitea/actions-statefulset.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/gitea/actions-statefulset.yaml b/templates/gitea/actions-statefulset.yaml index f0d76fc..5208996 100644 --- a/templates/gitea/actions-statefulset.yaml +++ b/templates/gitea/actions-statefulset.yaml @@ -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