Skip to content

Commit

Permalink
test: update tests for templated configmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Sep 27, 2024
1 parent 9711b80 commit 9e813be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hacks/values/hydra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ hydra:
- "foo bar 123 456 lorem 1"
- "foo bar 123 456 lorem 2"
- "foo bar 123 456 lorem 3"
log:
redaction_text: "example template {{ .Release.Name }}"

secret:
enabled: false
Expand Down
2 changes: 2 additions & 0 deletions hacks/values/keto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ keto:
- keto
config:
dsn: "postgres://postgres:[email protected]/ory_keto?sslmode=disable&max_conn_lifetime=10s"
log:
redaction_text: "example template {{ .Release.Name }}"
ingress:
read:
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions hacks/values/oathkeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ oathkeeper:
authenticators:
noop:
enabled: true
log:
redaction_text: "example template {{ .Release.Name }}"

secret:
enabled: true
Expand Down

0 comments on commit 9e813be

Please sign in to comment.