We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker_registry_ca
1 parent d43adbf commit e1ac068Copy full SHA for e1ac068
etc/kayobe/docker.yml
@@ -30,7 +30,7 @@ docker_registry: "{{ stackhpc_docker_registry }}"
30
docker_registry_insecure: "{{ 'https' not in stackhpc_repo_mirror_url }}"
31
32
# CA of docker registry
33
-docker_registry_ca: "{{ kayobe_env_config_path ~ '/openbao/OS-TLS-INT.crt' if pulp_enable_tls | bool else '' }}"
+docker_registry_ca: "{{ kayobe_env_config_path ~ '/vault/OS-TLS-INT.crt' if pulp_enable_tls | bool else none }}"
34
35
# List of Docker registry mirrors.
36
#docker_registry_mirrors:
0 commit comments