fas2discourse: Update discourse api secret to also hold hostname
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
8cf4bf101d
commit
e0ab2c330a
1 changed files with 2 additions and 0 deletions
|
@ -6,4 +6,6 @@ metadata:
|
|||
data:
|
||||
fas2discourse-discourse-apikey:
|
||||
"{{ (env == 'production')|ternary(fas2discourse_discourse_apikey, fas2discourse_stg_discourse_apikey) | b64encode }}"
|
||||
fas2discourse-host:
|
||||
"{{ (env == 'production')|ternary(fas2discourse_discourse_hostname, fas2discourse_stg_discourse_hostname) | b64encode }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue