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
Hi team, I am trying to follow this documentation and use wildcard to get all key values and labels but it did not work. I have in app configuration with non-label, labeled with different names (tec, tec-dev...). How can I grab all of them? https://learn.microsoft.com/en-us/azure/azure-app-configuration/reference-kubernetes-provider?tabs=default
target: configMapName: test-common-configmap configuration: selectors: - keyFilter: * labelFilter: *
The text was updated successfully, but these errors were encountered:
@gunayBM Please refer to this thread, hope it could answer your question: Azure/AppConfiguration-KubernetesProvider#38
Sorry, something went wrong.
RichardChen820
No branches or pull requests
Hi team, I am trying to follow this documentation and use wildcard to get all key values and labels but it did not work. I have in app configuration with non-label, labeled with different names (tec, tec-dev...). How can I grab all of them?
https://learn.microsoft.com/en-us/azure/azure-app-configuration/reference-kubernetes-provider?tabs=default
target:
configMapName: test-common-configmap
configuration:
selectors:
- keyFilter: *
labelFilter: *
The text was updated successfully, but these errors were encountered: