Skip to content

Commit

Permalink
fix: missing landscape injection in secret store
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 11, 2024
1 parent e0e8d62 commit 36ae7a0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chart/values.pichu.amber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ auth:
clientSecret:
remoteName: PICHU_SULFOXIDE_SOS_CLIENT_SECRET

sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster

vcluster:
replicas: 1
coredns:
Expand Down
5 changes: 5 additions & 0 deletions chart/values.pichu.topaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ auth:
clientSecret:
remoteName: PICHU_SULFOXIDE_SOS_CLIENT_SECRET

sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster

vcluster:
replicas: 1
coredns:
Expand Down
5 changes: 5 additions & 0 deletions chart/values.pikachu.amber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ auth:
clientSecret:
remoteName: PIKACHU_SULFOXIDE_SOS_CLIENT_SECRET

sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster

vcluster:
replicas: 1
coredns:
Expand Down
5 changes: 5 additions & 0 deletions chart/values.pikachu.topaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ auth:
clientSecret:
remoteName: PIKACHU_SULFOXIDE_SOS_CLIENT_SECRET

sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster

vcluster:
replicas: 1
coredns:
Expand Down
5 changes: 5 additions & 0 deletions chart/values.raichu.amber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ auth:
clientSecret:
remoteName: RAICHU_SULFOXIDE_SOS_CLIENT_SECRET

sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster

vcluster:
replicas: 3
coredns:
Expand Down
5 changes: 5 additions & 0 deletions chart/values.raichu.topaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ auth:
clientSecret:
remoteName: RAICHU_SULFOXIDE_SOS_CLIENT_SECRET

sulfoxide-bromine:
serviceTree:
landscape: *landscape
cluster: *cluster

vcluster:
replicas: 3
coredns:
Expand Down

0 comments on commit 36ae7a0

Please sign in to comment.