This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[kibana] Error when adding kibana-keystore as k8s secret mount #229
Comments
4 tasks
I have opened a fix in #230. The problem was that the
Because subPath was being ignored the keystore was actually mounted at |
Good stuff. It works. Thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Chart version:
7.2.0
Kubernetes version:
v0.6.1
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
k3s
Helm Version:
2.14.1
Describe the bug:
I generate kibana manifests using helm and then apply them to my k3s cluster.
My kibana values are attached together with a manifest produced by the helm chart
Kibana-keystore was created within a docker container using the same version of Kibana image. It was filled with
elasticsearch.username
andelasticsearch.password
A secret was created using the below command:
kubectl create secret generic kibana-keystore --from-file=./kibana-keystore/kibana.keystore
After applying the secret and the manifest to kubernetes cluster kibana pod shows following error:
This is probably related/similar to #90
The text was updated successfully, but these errors were encountered: