Skip to content

Commit

Permalink
action: support digital ocean physical clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 17, 2024
1 parent 03bbdd8 commit a021cca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ apps:
# OTEL Operator, Observability Engine, Lithium
lithium:
sync: 2
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Cluster Issuer, Certificate Issuer, Zinc
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pichu.amber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ apps:
# Cluster Issuer, Certificate Issuer, Zinc
zinc:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.amber.yaml" ]

# KEDA, Pod Autoscaler, Iron
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pichu.topaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ apps:
# Cluster Issuer, Certificate Issuer, Zinc
zinc:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.topaz.yaml" ]

# KEDA, Pod Autoscaler, Iron
Expand Down

0 comments on commit a021cca

Please sign in to comment.