Open kwiatekus opened 1 year ago
another use case is when using approuter or hdi-deployer docker images where you need to provide a number configuration files during deployment. currently using config maps but this is neither intuitive or easy for the developer who's used to using a folder of files and for which SAP-provided tooling also uses files. see this hands-on video tutorial series in particular here and here. Thanks.
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
is appliedlifecycle/stale
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
If you think that I work incorrectly, kindly raise an issue with the problem.
/lifecycle stale
This issue or PR has been automatically closed due to the lack of activity. Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle stale
If you think that I work incorrectly, kindly raise an issue with the problem.
/close
@kyma-bot: Closing this issue.
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
is appliedlifecycle/stale
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
If you think that I work incorrectly, kindly raise an issue with the problem.
/lifecycle stale
This issue or PR has been automatically closed due to the lack of activity. Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle stale
If you think that I work incorrectly, kindly raise an issue with the problem.
/close
@kyma-bot: Closing this issue.
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
is appliedlifecycle/stale
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
If you think that I work incorrectly, kindly raise an issue with the problem.
/lifecycle stale
Description
As a serverless user, I want to automatically populate a single mounted volume with the keys from multiple secrets, configmaps so that I can synthesize a single directory with various sources of information. I want to define projected volume mounts feature via Function CR just as it is possible to define those in the other kubernetes workloads.
Reasons
Serverless users often need to build directories that contain multiple types of configuration and secret data. This will enable serverless users to consume BTP manager provisioned service via dedicated libraries (cloud SDKs promoted via SAP's CAP programming model) natively in serverless functions.
This is a follow up for https://github.com/kyma-project/kyma/issues/14998
Attachments CAP on kyma sample
projected-volumes
k8s wide motivation
Consuming BTP services bound via secret using cloud SDKs
xsenv usage in k8s
Execution