Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions charts/lfx-v2-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,27 +88,7 @@ externalSecrets:
# service: "lfx-v2-ui"
# rewrite:
# - merge: {}
dataFrom:
# Two Auth0 clients are configured for this application, which results in key collisions
# Extract and prefix both keys to solve this
- extract:
key: '/cloudops/managed-secrets/auth0/LFX_ONE'
rewrite:
- regexp:
source: '(.*)'
target: 'auth0_$1'
- extract:
key: '/cloudops/managed-secrets/auth0/LFX_ONE_Passwordless'
rewrite:
- regexp:
source: '(.*)'
target: 'auth0_passwordless_$1'
- find:
tags:
service: "pcc"
rewrite:
- merge:
conflictPolicy: Ignore
dataFrom: []

# Global annotations to add to all resources
annotations: {}
Expand Down