Skip to content

Commit

Permalink
feat: preparing to include cobalt into carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 21, 2024
1 parent c734659 commit fcfd12d
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
30 changes: 30 additions & 0 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster onyx

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

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

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

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

rootToken:
name: cobalt-secret-operator-doppler
key: DOPPLER_TOKEN
30 changes: 30 additions & 0 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster opal

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

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

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

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

rootToken:
name: cobalt-secret-operator-doppler
key: DOPPLER_TOKEN
30 changes: 30 additions & 0 deletions chart/values.entei.ruby.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster ruby

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

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

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

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

rootToken:
name: cobalt-secret-operator-doppler
key: DOPPLER_TOKEN

0 comments on commit fcfd12d

Please sign in to comment.