fas2discourse: Update openshift secret to include fasjson hostname

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2023-04-19 14:49:47 +01:00
parent ad66644567
commit 3f91b00f79

View file

@ -8,4 +8,6 @@ data:
"{{ (env == 'production')|ternary(fas2discourse_discourse_apikey, fas2discourse_stg_discourse_apikey) | b64encode }}"
fas2discourse-host:
"{{ (env == 'production')|ternary(fas2discourse_discourse_hostname, fas2discourse_stg_discourse_hostname) | b64encode }}"
fasjson-host:
"{{ (env == 'production')|ternary(fas2discourse_fasjson_hostname, fas2discourse_stg_fasjson_hostname) | b64encode }}"