-
Notifications
You must be signed in to change notification settings - Fork 127
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
support mounting custom secrets in the kiali pod #115
Conversation
Here's how you can test assuming you have istio installed in istio-system namespace:
Now see that the Kiali pod has the correct yaml (I did not create the secrets, but with optional=true it doesn't matter that the secrets do not actually exist - just knowing the pod started successfully and has the correct yaml is good): See the volumeMounts exist:
See the volumes exist:
|
testing looks good: kiali/kiali#4468 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOK
assigning to @mattmahoneyrh so he can determine if the community testing and molecule testing is good enough. |
part of: kiali/kiali#4468