From 44a8d8a8977c81fbd629bef559a38cb8f45c943d Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 11 Jul 2025 09:40:10 +0300 Subject: [PATCH] Remove int --- applicationsets/uptime-kuma.yaml | 4 ---- charts/uptime-kuma/my-values/values-int.yaml | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 charts/uptime-kuma/my-values/values-int.yaml diff --git a/applicationsets/uptime-kuma.yaml b/applicationsets/uptime-kuma.yaml index 0e4beab..5e9eb5a 100644 --- a/applicationsets/uptime-kuma.yaml +++ b/applicationsets/uptime-kuma.yaml @@ -11,10 +11,6 @@ spec: valuesFile: values-prod.yaml nameSuffix: uptime-kuma-prod host: kuma.dvirlabs.com - - env: int - valuesFile: values-int.yaml - nameSuffix: uptime-kuma-int - host: kuma-int.dvirlabs.com template: metadata: name: '{{nameSuffix}}' diff --git a/charts/uptime-kuma/my-values/values-int.yaml b/charts/uptime-kuma/my-values/values-int.yaml deleted file mode 100644 index 158d9c5..0000000 --- a/charts/uptime-kuma/my-values/values-int.yaml +++ /dev/null @@ -1,4 +0,0 @@ -enabled: false - -persistence: - storageClass: nfs-client