We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d410138 + 502ac78 commit 8dade39Copy full SHA for 8dade39
charts/lfx-v2-ui/Chart.yaml
@@ -5,7 +5,7 @@ apiVersion: v2
5
name: lfx-v2-ui
6
description: A Helm chart for LFX v2 UI - Angular SSR application with Express backend
7
type: application
8
-version: 0.3.1
+version: 0.3.2
9
appVersion: "latest"
10
keywords:
11
- lfx
charts/lfx-v2-ui/values.yaml
@@ -96,13 +96,13 @@ externalSecrets:
96
rewrite:
97
- regexp:
98
source: '(.*)'
99
- replacement: 'auth0_$1'
+ target: 'auth0_$1'
100
- extract:
101
key: '/cloudops/managed-secrets/auth0/LFX_ONE_Passwordless'
102
103
104
105
- replacement: 'auth0_passwordless_$1'
+ target: 'auth0_passwordless_$1'
106
- find:
107
tags:
108
service: "pcc"
0 commit comments