Skip to content

Commit

Permalink
feat: sync atomi.cloud labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 22, 2024
1 parent e074698 commit 391584f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ vcluster:
extraArgs:
- --kube-config-context-name=pichu-onyx
- --out-kube-config-server=https://pichu.onyx.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
plugin:
secret-syncer:
image: ghcr.io/kirinnee/vcluster-secret-syncer/secret-syncer-arm:main
Expand Down
1 change: 1 addition & 0 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ vcluster:
extraArgs:
- --kube-config-context-name=pichu-opal
- --out-kube-config-server=https://pichu.opal.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
ingress:
host: pichu.opal.kubernetes.atomi.cloud
1 change: 1 addition & 0 deletions chart/values.pichu.ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ vcluster:
extraArgs:
- --kube-config-context-name=pichu-ruby
- --out-kube-config-server=https://pichu.ruby.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
ingress:
host: pichu.ruby.kubernetes.atomi.cloud

1 change: 1 addition & 0 deletions chart/values.pikachu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ vcluster:
extraArgs:
- --kube-config-context-name=pikachu-onyx
- --out-kube-config-server=https://pikachu.onyx.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
plugin:
secret-syncer:
image: ghcr.io/kirinnee/vcluster-secret-syncer/secret-syncer-arm:main
Expand Down
1 change: 1 addition & 0 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ vcluster:
extraArgs:
- --kube-config-context-name=pikachu-opal
- --out-kube-config-server=https://pikachu.opal.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
ingress:
host: pikachu.opal.kubernetes.atomi.cloud
1 change: 1 addition & 0 deletions chart/values.pikachu.ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ vcluster:
extraArgs:
- --kube-config-context-name=pikachu-ruby
- --out-kube-config-server=https://pikachu.ruby.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
ingress:
host: pikachu.ruby.kubernetes.atomi.cloud
1 change: 1 addition & 0 deletions chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ vcluster:
extraArgs:
- --kube-config-context-name=raichu-onyx
- --out-kube-config-server=https://raichu.onyx.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
plugin:
secret-syncer:
image: ghcr.io/kirinnee/vcluster-secret-syncer/secret-syncer-arm:main
Expand Down
1 change: 1 addition & 0 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ vcluster:
extraArgs:
- --kube-config-context-name=raichu-opal
- --out-kube-config-server=https://raichu.opal.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
ingress:
host: raichu.opal.kubernetes.atomi.cloud

1 change: 1 addition & 0 deletions chart/values.raichu.ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ vcluster:
extraArgs:
- --kube-config-context-name=raichu-ruby
- --out-kube-config-server=https://raichu.ruby.kubernetes.atomi.cloud
- --sync-labels=atomi.cloud/*
ingress:
host: raichu.ruby.kubernetes.atomi.cloud

0 comments on commit 391584f

Please sign in to comment.