From a06672b06472815edd49f913dbc3f6c7c0b501c0 Mon Sep 17 00:00:00 2001 From: Duncan Brown Date: Tue, 8 Oct 2019 11:49:51 -0400 Subject: [PATCH] fixed missing colon in yaml --- docs/mod-auth-openidc-mariadb.md | 4 ++-- docs/shibboleth-sp-mariadb.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mod-auth-openidc-mariadb.md b/docs/mod-auth-openidc-mariadb.md index 62fe152..06c1c65 100644 --- a/docs/mod-auth-openidc-mariadb.md +++ b/docs/mod-auth-openidc-mariadb.md @@ -219,9 +219,9 @@ services: secrets: comanage_registry_database_user_password: external: true - mariadb_root_password + mariadb_root_password: external: true - mariadb_password + mariadb_password: external: true https_cert_file: external: true diff --git a/docs/shibboleth-sp-mariadb.md b/docs/shibboleth-sp-mariadb.md index d4ae348..e4792e6 100644 --- a/docs/shibboleth-sp-mariadb.md +++ b/docs/shibboleth-sp-mariadb.md @@ -233,9 +233,9 @@ services: secrets: comanage_registry_database_user_password: external: true - mariadb_root_password + mariadb_root_password: external: true - mariadb_password + mariadb_password: external: true shibboleth_sp_encrypt_cert: external: true