overrides: enable variable substitution
This commit is contained in:
parent
3ca1dbbcbe
commit
f4fe3a1ad0
|
@ -11,3 +11,7 @@ spec:
|
|||
path: ./basic/overrides
|
||||
prune: true
|
||||
validation: client
|
||||
postBuild:
|
||||
substituteFrom:
|
||||
- kind: Secret
|
||||
name: stackspin-cluster-variables
|
||||
|
|
|
@ -21,7 +21,7 @@ data:
|
|||
'allow_user_to_change_display_name' => false,
|
||||
'default_phone_region' => 'DE',
|
||||
'default_locale' => 'en-gb',
|
||||
'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
|
||||
'lost_password_link' => 'https://sso.${domain}/login/recovery',
|
||||
);
|
||||
apps:
|
||||
# Basics
|
||||
|
|
Loading…
Reference in New Issue