diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-04-14 02:05:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-04-14 02:05:45 +0200 |
commit | 162f7939376714306c8492f8c7a7eff25381bddb (patch) | |
tree | a8958e720bc18bbfd69cf6c752e77e49caac9e96 /setup/projects/adei/templates/01-webdav-secret.yml.j2 | |
parent | bc6b5cb5ad7dec5158e0005433b02a951daf9191 (diff) | |
download | ands-162f7939376714306c8492f8c7a7eff25381bddb.tar.gz ands-162f7939376714306c8492f8c7a7eff25381bddb.tar.bz2 ands-162f7939376714306c8492f8c7a7eff25381bddb.tar.xz ands-162f7939376714306c8492f8c7a7eff25381bddb.zip |
Fine tune ADEI configuration
Diffstat (limited to 'setup/projects/adei/templates/01-webdav-secret.yml.j2')
-rw-r--r-- | setup/projects/adei/templates/01-webdav-secret.yml.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setup/projects/adei/templates/01-webdav-secret.yml.j2 b/setup/projects/adei/templates/01-webdav-secret.yml.j2 index f09b1ec..9dc978d 100644 --- a/setup/projects/adei/templates/01-webdav-secret.yml.j2 +++ b/setup/projects/adei/templates/01-webdav-secret.yml.j2 @@ -14,4 +14,6 @@ objects: template.openshift.io/expose-repo: '{.data[''repo'']}' name: webdav stringData: - repo: "https+webdav://adei:{{ kaas_project_config.adei_password }}@darksoft.org/openshift" + repo: "https+webdav://darksoft.org/openshift" + user: "adei" + password: "{{ kaas_project_config.adei_password }}" |