Unverified Commit f2faddaf authored by jimbob687's avatar jimbob687 Committed by GitHub

To fix location of self-signed cert (#165)

* fix: add nodes/proxy permission for kubelet pod request * fix: node/stats was incorrectly removed * Update chart to try to resolve conflict * Trying to resolve conflict * Update where self-signed cert is mounted Co-authored-by: 's avatarDavid McKay <rawkode@pm.me> Co-authored-by: 's avatarDavid McKay <david@rawkode.com>
parent cd267840
...@@ -137,7 +137,7 @@ spec: ...@@ -137,7 +137,7 @@ spec:
{{- if and .Values.data.https.enabled .Values.data.https.secret }} {{- if and .Values.data.https.enabled .Values.data.https.secret }}
{{- if .Values.data.https.secret.ca -}} {{- if .Values.data.https.secret.ca -}}
- name: tls-ca - name: tls-ca
mountPath: /etc/ssl/certs/ca-certificates.crt mountPath: /usr/share/ca-certificates/selfsigned/ca.crt
subPath: ca.crt subPath: ca.crt
{{ end }} {{ end }}
{{ end }} {{ end }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment