fas2discourse: Update openshift secret to include fasjson hostname
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
ad66644567
commit
3f91b00f79
1 changed files with 2 additions and 0 deletions
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue