From bbda372dfe8b9344ab3f4b3da45f85bf68f4393d Mon Sep 17 00:00:00 2001 From: kirinnee Date: Wed, 21 Feb 2024 23:10:03 +0800 Subject: [PATCH] action(entei): deploy cobalt and krypton --- chart/values.entei.onyx.yaml | 12 ++++++++++++ chart/values.entei.opal.yaml | 6 ++++++ chart/values.entei.ruby.yaml | 6 ++++++ 3 files changed, 24 insertions(+) diff --git a/chart/values.entei.onyx.yaml b/chart/values.entei.onyx.yaml index a80e00d..72c5fed 100644 --- a/chart/values.entei.onyx.yaml +++ b/chart/values.entei.onyx.yaml @@ -36,6 +36,18 @@ apps: deploy: true values: [ "values.yaml" ] + # Karpenter, Cluster Autoscaler, Krypton + krypton: + sync: 0 + deploy: true + values: [ "values.yaml", "values.entei.onyx.yaml" ] + + # External Secrets, Secrets Engine, Cobalt + cobalt: + sync: 1 + deploy: true + values: [ "values.yaml", "values.entei.onyx.yaml" ] + # EKS Drivers, EKS Drivers, Lead lead: sync: 1 diff --git a/chart/values.entei.opal.yaml b/chart/values.entei.opal.yaml index 9b3dabe..5d86443 100644 --- a/chart/values.entei.opal.yaml +++ b/chart/values.entei.opal.yaml @@ -36,6 +36,12 @@ apps: deploy: true values: [ "values.yaml" ] + # External Secrets, Secrets Engine, Cobalt + cobalt: + sync: 1 + deploy: true + values: [ "values.yaml", "values.entei.opal.yaml" ] + # Kyverno, Policy Engine, Argon argon: sync: 1 diff --git a/chart/values.entei.ruby.yaml b/chart/values.entei.ruby.yaml index 0c77889..b69fc75 100644 --- a/chart/values.entei.ruby.yaml +++ b/chart/values.entei.ruby.yaml @@ -36,6 +36,12 @@ apps: deploy: true values: [ "values.yaml" ] + # External Secrets, Secrets Engine, Cobalt + cobalt: + sync: 1 + deploy: true + values: [ "values.yaml", "values.entei.opal.yaml" ] + # Kyverno, Policy Engine, Argon argon: sync: 1