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
The current Kubernetes provider supports fetching values from v1/Secrets only.
v1/Secrets
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current Kubernetes provider supports fetching values from
v1/Secrets
only.Ideally, ConfigMaps are also a source of values, in other API versions.
Examples:
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)
The text was updated successfully, but these errors were encountered: