overrides: enable variable substitution

This commit is contained in:
xeruf 2022-07-01 22:07:49 +01:00
parent 3ca1dbbcbe
commit f4fe3a1ad0
2 changed files with 5 additions and 1 deletions

View File

@ -11,3 +11,7 @@ spec:
path: ./basic/overrides path: ./basic/overrides
prune: true prune: true
validation: client validation: client
postBuild:
substituteFrom:
- kind: Secret
name: stackspin-cluster-variables

View File

@ -21,7 +21,7 @@ data:
'allow_user_to_change_display_name' => false, 'allow_user_to_change_display_name' => false,
'default_phone_region' => 'DE', 'default_phone_region' => 'DE',
'default_locale' => 'en-gb', 'default_locale' => 'en-gb',
'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery', 'lost_password_link' => 'https://sso.${domain}/login/recovery',
); );
apps: apps:
# Basics # Basics