From 842a89fea4040dbce3efff01bccd40afc10a6985 Mon Sep 17 00:00:00 2001 From: ITViking Date: Mon, 16 Dec 2024 11:01:32 +0100 Subject: [PATCH] finalize helm charting the automatic resource request patching of pr envs --- .../patch-pr-env-resource-requests/chart/Chart.yaml | 3 +++ .../configuration/patch-pr-env-resource-requests/upgrade.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/Chart.yaml create mode 100755 infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/upgrade.sh diff --git a/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/Chart.yaml b/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/Chart.yaml new file mode 100644 index 00000000..00fd62bc --- /dev/null +++ b/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/chart/Chart.yaml @@ -0,0 +1,3 @@ +apiVersion: v2 +name: patch-pr-env-resource-requests +version: 0.0.0 diff --git a/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/upgrade.sh b/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/upgrade.sh new file mode 100755 index 00000000..05ba394f --- /dev/null +++ b/infrastructure/environments/dplplat01/configuration/patch-pr-env-resource-requests/upgrade.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +helm upgrade patch-pr-env-resource-requests chart \ + --install