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.
CA
Pulp
1 parent 3d1c0a3 commit 9c234adCopy full SHA for 9c234ad
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:
+docker_registry_ca: "{{ kayobe_env_config_path ~ '/openbao/OS-TLS-INT.crt' if pulp_enable_tls | bool else '' }}"
34
35
# List of Docker registry mirrors.
36
#docker_registry_mirrors:
0 commit comments