File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : lfx-v2-ui
66description : A Helm chart for LFX v2 UI - Angular SSR application with Express backend
77type : application
8- version : 0.3.0
8+ version : 0.3.1
99appVersion : " latest"
1010keywords :
1111 - lfx
Original file line number Diff line number Diff line change @@ -88,7 +88,27 @@ externalSecrets:
8888 # service: "lfx-v2-ui"
8989 # rewrite:
9090 # - merge: {}
91- # dataFrom: []
91+ dataFrom :
92+ # Two Auth0 clients are configured for this application, which results in key collisions
93+ # Extract and prefix both keys to solve this
94+ - extract :
95+ key : ' /cloudops/managed-secrets/auth0/LFX_ONE'
96+ rewrite :
97+ - regexp :
98+ source : ' (.*)'
99+ replacement : ' auth0_$1'
100+ - extract :
101+ key : ' /cloudops/managed-secrets/auth0/LFX_ONE_Passwordless'
102+ rewrite :
103+ - regexp :
104+ source : ' (.*)'
105+ replacement : ' auth0_passwordless_$1'
106+ - find :
107+ tags :
108+ service : " pcc"
109+ rewrite :
110+ - merge :
111+ conflictPolicy : Ignore
92112
93113# Global annotations to add to all resources
94114annotations : {}
You can’t perform that action at this time.
0 commit comments