From c4bb012e4f46f80947bdbb297a660127c9c557d1 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 27 Aug 2024 12:32:51 +0800 Subject: [PATCH] remove restart policy --- .../main/apps/default/actual/sync/helmrelease.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/kubernetes/main/apps/default/actual/sync/helmrelease.yaml b/kubernetes/main/apps/default/actual/sync/helmrelease.yaml index 7ca85ef5..1c8183d1 100644 --- a/kubernetes/main/apps/default/actual/sync/helmrelease.yaml +++ b/kubernetes/main/apps/default/actual/sync/helmrelease.yaml @@ -28,18 +28,19 @@ spec: values: controllers: up-sync: - containers: - app: - image: - repository: ghcr.io/jalim/up_actual_sync - tag: v0.0.3@sha256:93c756eaeb7441f03459c6317e330c940fc6809a242568853c5f47fe90b0d77f + annotations: + reloader.stakater.com/auto: "true" pod: - restartPolicy: OnFailure securityContext: &securityContext runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 fsGroupChangePolicy: "OnRootMismatch" + containers: + app: + image: + repository: ghcr.io/jalim/up_actual_sync + tag: v0.0.3@sha256:93c756eaeb7441f03459c6317e330c940fc6809a242568853c5f47fe90b0d77f persistence: secret-file: type: secret