We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Decription
Propose function spec proposal that allows defining projected volume mounts in functions and is consistent with secretMounts feature.
secretMounts
secretMounts: - secretName: {{ .Values.services.uaa.bindingSecretName }} mountPath: "/bindings/fun-uaa" - secretName: {{ .Values.services.dest.bindingSecretNamex509 }} mountPath: "/bindings/fun-dest-x509" - secretName: {{ .Values.services.hdi.bindingSecretName }} mountPath: "/bindings/fun-hdi"
https://kubernetes.io/docs/concepts/storage/projected-volumes/
The text was updated successfully, but these errors were encountered:
This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
You can:
/remove-lifecycle stale
/close
If you think that I work incorrectly, kindly raise an issue with the problem.
/lifecycle stale
Sorry, something went wrong.
No branches or pull requests
Decription
Propose function spec proposal that allows defining projected volume mounts in functions and is consistent with
secretMounts
feature.https://kubernetes.io/docs/concepts/storage/projected-volumes/
The text was updated successfully, but these errors were encountered: