Skip to content

Commit

Permalink
feat(entei): initial values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 3, 2023
1 parent c46dd11 commit 2191fe1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions values.entei.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
serviceTree:
landscape: &landscape lapras

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

rootToken:
value: "supersecret"

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

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

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

0 comments on commit 2191fe1

Please sign in to comment.