Skip to content

Commit

Permalink
action: deploy all
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 17, 2023
1 parent d61a350 commit 9c6a59e
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 @@ -118,14 +118,14 @@ apps:
# pikachu vcluster, Pikachu Virtual Cluster, Pikachu Iodine
pikachu-iodine:
sync: 4
deploy: false
deploy: true
values: [ "values.yaml", "values.pikachu.opal.yaml" ]
createNamespace: true

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

Expand All @@ -138,11 +138,11 @@ apps:
# pichu vcluster bootstrap, Pichu Virtual Cluster Bootstrap, Pichu Carbon
pikachu-carbon:
sync: 5
deploy: false
deploy: true
values: [ "values.yaml", "values.pikachu.opal.yaml" ]

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

0 comments on commit 9c6a59e

Please sign in to comment.