helm-charts
helm-charts copied to clipboard
open /run/config/pki/apiserver-kubelet-client.crt: no such file or directory
Any idea what I'm doing wrong?
cockroachdb:
tls:
enabled: true
statefulset:
replicas: 1
resources:
limits:
memory: "4Gi"
requests:
memory: "2Gi"
conf:
single-node: "yes"
cache: "1024Mi"
max-sql-memory: "1024Mi"
Logs:
Namespace
iron-backend-dev
Pod
temporal-cockroachdb-0
Container
db
Search...
Failed to load logs: Get "https://10.99.0.4:10250/containerLogs/iron-backend-dev/temporal-cockroachdb-0/db?tailLines=502×tamps=true": open /run/config/pki/apiserver-kubelet-client.crt: no such file or director
Jira issue: HELM-8
What version of the helmcharts are you using? Can you share your values.yml file?
It's 6.1.2, the above is my values.yaml where I specify cockroachdb as a Chart dependency in Chart.yaml.