Install buildset registry CA certificate in minikube
Change-Id: I95d8d3915d7e4b735497359e8c8fa167c15ee267
This commit is contained in:
parent
85106d7fe6
commit
f816bb4197
@ -19,3 +19,11 @@
|
||||
|
||||
- name: Replace minikube kubelet config.json
|
||||
shell: minikube cp ~/.docker/config.json /var/lib/kubelet/config.json
|
||||
|
||||
- name: Install buildset registry CA certificate in minikube
|
||||
block:
|
||||
- name: Copy the CA certificate from the host to minikube
|
||||
command: "minikube cp /usr/local/share/ca-certificates/{{ buildset_registry_alias }}.crt /usr/local/share/ca-certificates/{{ buildset_registry_alias }}.crt"
|
||||
|
||||
- name: Run update-ca-certificates in minikube
|
||||
command: "minikube ssh 'sudo update-ca-certificates'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user