Skip to content

Commit

Permalink
fixed missing colon in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Brown committed Oct 8, 2019
1 parent 2324cca commit a06672b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/mod-auth-openidc-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/shibboleth-sp-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a06672b

Please sign in to comment.