-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while installing stash kubernetes 1.11.2 #587
Comments
What is your You need to use this command as documented:
|
helm version
Not sure what onessl is or how to check the version. I'm relatively new to k8s. [ Edited ]
onessl version
|
You can find the onessl here: https://github.com/kubepack/onessl/releases We use this to issue certs for kubernetes operator apps. |
After installing onessl the error no longer happens. |
I'm installing stash for the first time on kubernetes 1.11.5 via heml. I'm running the following command:
helm install appscode/stash --version 0.7.0 --name stash-operator --set apiserver.enableValidatingWebhook=true --set apiserver.enableMutatingWebhook=true
and I'm getting the following error:
Error: render error in "stash/templates/validating-webhook.yaml": template: stash/templates/validating-webhook.yaml:21:31: executing "stash/templates/validating-webhook.yaml" at <.Values.apiserver.ca>: wrong type for value; expected string; got interface {}
Any advice?
The text was updated successfully, but these errors were encountered: