Skip to content

Commit

Permalink
feat: new values file for pichu, pikachu & raichu under topaz & amber
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 11, 2024
1 parent 7c105d6 commit 4a0d6c2
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 0 deletions.
34 changes: 34 additions & 0 deletions chart/values.pichu.amber.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster amber

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

external-secrets:
podAnnotations:
<<: *tags
podLabels:
<<: *tags

webhook:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

certController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

rootToken:
name: root-token
clientIdKey: CLIENT_ID
clientSecretKey: CLIENT_SECRET
type: infisical
project: sulfoxide-sos
secretsPath: /
hostAPI: https://secrets.atomi.cloud
34 changes: 34 additions & 0 deletions chart/values.pichu.topaz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster topaz

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

external-secrets:
podAnnotations:
<<: *tags
podLabels:
<<: *tags

webhook:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

certController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

rootToken:
name: root-token
clientIdKey: CLIENT_ID
clientSecretKey: CLIENT_SECRET
type: infisical
project: sulfoxide-sos
secretsPath: /
hostAPI: https://secrets.atomi.cloud
34 changes: 34 additions & 0 deletions chart/values.pikachu.amber.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster amber

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

external-secrets:
podAnnotations:
<<: *tags
podLabels:
<<: *tags

webhook:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

certController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

rootToken:
name: root-token
clientIdKey: CLIENT_ID
clientSecretKey: CLIENT_SECRET
type: infisical
project: sulfoxide-sos
secretsPath: /
hostAPI: https://secrets.atomi.cloud
34 changes: 34 additions & 0 deletions chart/values.pikachu.topaz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster topaz

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

external-secrets:
podAnnotations:
<<: *tags
podLabels:
<<: *tags

webhook:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

certController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

rootToken:
name: root-token
clientIdKey: CLIENT_ID
clientSecretKey: CLIENT_SECRET
type: infisical
project: sulfoxide-sos
secretsPath: /
hostAPI: https://secrets.atomi.cloud
34 changes: 34 additions & 0 deletions chart/values.raichu.amber.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster amber

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

external-secrets:
podAnnotations:
<<: *tags
podLabels:
<<: *tags

webhook:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

certController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

rootToken:
name: root-token
clientIdKey: CLIENT_ID
clientSecretKey: CLIENT_SECRET
type: infisical
project: sulfoxide-sos
secretsPath: /
hostAPI: https://secrets.atomi.cloud
34 changes: 34 additions & 0 deletions chart/values.raichu.topaz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster topaz

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

external-secrets:
podAnnotations:
<<: *tags
podLabels:
<<: *tags

webhook:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

certController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

rootToken:
name: root-token
clientIdKey: CLIENT_ID
clientSecretKey: CLIENT_SECRET
type: infisical
project: sulfoxide-sos
secretsPath: /
hostAPI: https://secrets.atomi.cloud

0 comments on commit 4a0d6c2

Please sign in to comment.