Skip to content
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

Fetch values from ConfigMaps in Kubernetes provider #187

Closed
bersalazar opened this issue Dec 15, 2023 · 0 comments
Closed

Fetch values from ConfigMaps in Kubernetes provider #187

bersalazar opened this issue Dec 15, 2023 · 0 comments

Comments

@bersalazar
Copy link
Contributor

bersalazar commented Dec 15, 2023

The current Kubernetes provider supports fetching values from v1/Secrets only.

Ideally, ConfigMaps are also a source of values, in other API versions.

Examples:

ref+k8s://v1/ConfigMap/namespace/name/key
ref+k8s://v2alpha1/Secret/namespace/name/key

The provider should ensure the API version exists and is a valid one, as it won't necessarily be available in the Kubernetes cluster.


Originally requested by @aslafy-z in #186 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant