Skip to content

Commit e1ac068

Browse files
committed
fix: use correct path for docker_registry_ca
1 parent d43adbf commit e1ac068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker_registry: "{{ stackhpc_docker_registry }}"
3030
docker_registry_insecure: "{{ 'https' not in stackhpc_repo_mirror_url }}"
3131

3232
# CA of docker registry
33-
docker_registry_ca: "{{ kayobe_env_config_path ~ '/openbao/OS-TLS-INT.crt' if pulp_enable_tls | bool else '' }}"
33+
docker_registry_ca: "{{ kayobe_env_config_path ~ '/vault/OS-TLS-INT.crt' if pulp_enable_tls | bool else none }}"
3434

3535
# List of Docker registry mirrors.
3636
#docker_registry_mirrors:

0 commit comments

Comments
 (0)