From a021cca6f9e346ffc987a646ff02e68841f96297 Mon Sep 17 00:00:00 2001 From: kirinnee Date: Sat, 17 Aug 2024 23:45:43 +0800 Subject: [PATCH] action: support digital ocean physical clusters --- chart/values.entei.opal.yaml | 2 +- chart/values.pichu.amber.yaml | 2 +- chart/values.pichu.topaz.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/values.entei.opal.yaml b/chart/values.entei.opal.yaml index c5a5739..a174c8d 100644 --- a/chart/values.entei.opal.yaml +++ b/chart/values.entei.opal.yaml @@ -99,7 +99,7 @@ apps: # OTEL Operator, Observability Engine, Lithium lithium: sync: 2 - deploy: false + deploy: true values: [ "values.yaml", "values.entei.opal.yaml" ] # Cluster Issuer, Certificate Issuer, Zinc diff --git a/chart/values.pichu.amber.yaml b/chart/values.pichu.amber.yaml index cc1c2f7..c5ae961 100644 --- a/chart/values.pichu.amber.yaml +++ b/chart/values.pichu.amber.yaml @@ -46,7 +46,7 @@ apps: # Cluster Issuer, Certificate Issuer, Zinc zinc: sync: 4 - deploy: true + deploy: false values: [ "values.yaml", "values.pichu.amber.yaml" ] # KEDA, Pod Autoscaler, Iron diff --git a/chart/values.pichu.topaz.yaml b/chart/values.pichu.topaz.yaml index 632dad6..e2dbeaf 100644 --- a/chart/values.pichu.topaz.yaml +++ b/chart/values.pichu.topaz.yaml @@ -46,7 +46,7 @@ apps: # Cluster Issuer, Certificate Issuer, Zinc zinc: sync: 4 - deploy: true + deploy: false values: [ "values.yaml", "values.pichu.topaz.yaml" ] # KEDA, Pod Autoscaler, Iron