Skip to content

Commit

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

# 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

0 comments on commit b953198

Please sign in to comment.