From afdab9ebb6b2dacb0047dc602e2f750f6a2792f6 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 21 Feb 2024 00:47:06 +0100 Subject: [PATCH] Remove limits from the pipeline --- .woodpecker/helmfile.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.woodpecker/helmfile.yaml b/.woodpecker/helmfile.yaml index 9fe61a6..2f99845 100644 --- a/.woodpecker/helmfile.yaml +++ b/.woodpecker/helmfile.yaml @@ -1,20 +1,8 @@ when: event: push -.k8s-limits: &k8s-limits - backend_options: - kubernetes: - resources: - requests: - memory: 1024Mi - cpu: 1000m - limits: - memory: 1512Mi - cpu: 1500m - steps: diff: - <<: *k8s-limits image: ghcr.io/helmfile/helmfile:canary secrets: [sops_age_key, kubeconfig_content] when: @@ -27,7 +15,6 @@ steps: - helmfile diff --suppress-secrets apply: - <<: *k8s-limits image: ghcr.io/helmfile/helmfile:canary secrets: [sops_age_key, kubeconfig_content] when: