mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
fas2discourse: Update openshift secret to include fasjson hostname
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user