Skip to content

Commit

Permalink
action: undeploy everything in pichu onyx
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 21, 2024
1 parent 788629b commit c2169d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@ apps:
# Kyverno, Policy Engine, Argon
argon:
sync: 1
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]

# Kyverno Policies, Policies, Sodium
sodium:
sync: 2
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]

# Metric Server, Metrics, Xenon
xenon:
sync: 3
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]

# External Secrets, Secrets Engine, Cobalt
cobalt:
sync: 3
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]
# Cert Manager, Certificate Engine, Sulfur
sulfur:
sync: 3
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]

# Cluster Issuer, Certificate Issuer, Zinc
Expand All @@ -52,18 +52,18 @@ apps:
# KEDA, Pod Autoscaler, Iron
iron:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]

# OTEL Operator, Observability Engine, Lithium
lithium:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]

# OTEL Collectors, Observability Agents, Silicon
silicon:
sync: 5
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]

0 comments on commit c2169d6

Please sign in to comment.