Skip to content
Snippets Groups Projects
Commit f4fe3a1a authored by xeruf's avatar xeruf
Browse files

overrides: enable variable substitution

parent 3ca1dbbc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment