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
Add an option to set the annotations of the SCIM service specifically (right now you can only set annotations to all of the SCIM bridge resources).
external-dns
external-dns.alpha.kubernetes.io/hostname=scim.example.com
service.beta.kubernetes.io/aws-load-balancer-scheme=internet-facing
Add values file scim.service.annotations field
scim.service.annotations
You can use scim.annotations but this too broad
scim.annotations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Add an option to set the annotations of the SCIM service specifically (right now you can only set annotations to all of the SCIM bridge resources).
Use cases
external-dns
Service annotationsexternal-dns.alpha.kubernetes.io/hostname=scim.example.com
service.beta.kubernetes.io/aws-load-balancer-scheme=internet-facing
Proposed solution
Add values file
scim.service.annotations
fieldIs there a workaround to accomplish this today?
You can use
scim.annotations
but this too broadReferences and prior work
The text was updated successfully, but these errors were encountered: