Skip to content
Snippets Groups Projects
Commit 51ca557a authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add missing quotes to Docker registry TLS example"

parents d901e2ef 1c173aeb
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ may be encrypted via Ansible Vault.
:caption: ``docker-registry.yml``
docker_registry_enable_tls: true
docker_registry_cert_path: "{{ kayobe_config_path }}/docker-registry/cert.pem
docker_registry_key_path: "{{ kayobe_config_path }}/docker-registry/key.pem
docker_registry_cert_path: "{{ kayobe_config_path }}/docker-registry/cert.pem"
docker_registry_key_path: "{{ kayobe_config_path }}/docker-registry/key.pem"
Basic authentication
--------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment