Skip to content

Commit

Permalink
action(entei): deploy cobalt and krypton
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 21, 2024
1 parent 80597f5 commit bbda372
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions chart/values.entei.ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbda372

Please sign in to comment.