Skip to content

Commit

Permalink
action: tear cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 17, 2023
1 parent aa80107 commit f767ad8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,38 +111,38 @@ apps:
# pichu vcluster, Pichu Virtual Cluster, Pichu Iodine
pichu-iodine:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.opal.yaml" ]
createNamespace: true

# pikachu vcluster, Pikachu Virtual Cluster, Pikachu Iodine
pikachu-iodine:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.pikachu.opal.yaml" ]
createNamespace: true

# raichu vcluster, Raichu Virtual Cluster, Raichu Iodine
raichu-iodine:
sync: 4
deploy: true
deploy: false
values: [ "values.yaml", "values.raichu.opal.yaml" ]
createNamespace: true

# pichu vcluster bootstrap, Pichu Virtual Cluster Bootstrap, Pichu Carbon
pichu-carbon:
sync: 5
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.opal.yaml" ]

# pichu vcluster bootstrap, Pichu Virtual Cluster Bootstrap, Pichu Carbon
pikachu-carbon:
sync: 5
deploy: true
deploy: false
values: [ "values.yaml", "values.pikachu.opal.yaml" ]

# pichu vcluster bootstrap, Pichu Virtual Cluster Bootstrap, Pichu Carbon
raichu-carbon:
sync: 5
deploy: true
deploy: false
values: [ "values.yaml", "values.raichu.opal.yaml" ]

0 comments on commit f767ad8

Please sign in to comment.