Skip to content

Commit

Permalink
action: remove vcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 21, 2024
1 parent 06bd63a commit 80597f5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ projectName: bootstrap
destination: ""

enableAppSet: "true"
virtualClusters:
pichu:
apiServerBaseDomain: kubernetes.atomi.cloud
refreshInterval: 1m
policy:
creation: Owner
deletion: Retain
virtualClusters: {}
# pichu:
# apiServerBaseDomain: kubernetes.atomi.cloud
# refreshInterval: 1m
# policy:
# creation: Owner
# deletion: Retain
# pikachu:
# apiServerBaseDomain: kubernetes.atomi.cloud
# refreshInterval: 1m
Expand Down Expand Up @@ -118,21 +118,21 @@ apps:
# pichu vcluster, Pichu Virtual Cluster, Pichu Iodine
pichu-iodine:
sync: 5
deploy: true
deploy: false
values: [ "values.yaml", "values.pichu.onyx.yaml" ]
createNamespace: true

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

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

Expand Down

0 comments on commit 80597f5

Please sign in to comment.