Skip to content

Commit

Permalink
action: remove all application
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 14, 2023
1 parent f3e3412 commit 82d505b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ virtualClusters: {}
apps:
prometheus:
sync: 0
deploy: true
deploy: false
values: [ "values.yaml" ]

# Kyverno, Policy Engine, Argon
argon:
sync: 1
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Metric Server, Metrics, Xenon
xenon:
sync: 1
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Reloader, Reloader, Chlorine
chlorine:
sync: 1
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Cert Manager, Certificate Engine, Sulfur
Expand Down

0 comments on commit 82d505b

Please sign in to comment.