Skip to content
Snippets Groups Projects
Commit c09cd58c authored by Francesco Lombardo's avatar Francesco Lombardo :cloud:
Browse files

modified kubeconfig template (certificate-authority-data, server)

parent 87d6849a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ kind: Config
clusters:
- name: kubernetes
cluster:
server: "https://k8s-api-pa1.cloud.garr.it:443"
certificate-authority-data: {{ kubernetes_certificate_authority_data }}
server: {{ kubernetes_url }}
contexts:
- name: kubernetes
context:
......
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