fas2discourse: handle prod/staging discourse api key
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
a94ffc6cb5
commit
1f25289398
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ metadata:
|
|||
namespace: "{{ fas2discourse_namespace }}"
|
||||
data:
|
||||
fas2discourse-discourse-apikey:
|
||||
"{{ fas2discourse_discourse_apikey | b64encode }}"
|
||||
"{{ (env == 'production')|ternary(fas2discourse_discourse_apikey, fas2discourse_stg_discourse_apikey) | b64encode }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue