fas2discourse: add keytab principal in openshift secret

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2023-04-20 13:35:05 +01:00
parent 21c60c036f
commit 85456f96d0
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ data:
"{{ (env == 'production')|ternary(fas2discourse_discourse_hostname, fas2discourse_stg_discourse_hostname) | b64encode }}"
fasjson-host:
"{{ (env == 'production')|ternary(fas2discourse_fasjson_hostname, fas2discourse_stg_fasjson_hostname) | b64encode }}"
fas2discourse-principal:
"{{ (env == 'production')|ternary(fas2discourse_principal, fas2discourse_stg_principal) | b64encode }}"