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