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

Allow adding annotations on the ServiceAccount #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fredrik-w
Copy link

Allow specifying annotations that will be added to the ServiceAccount.

This fixes jcmoraisjr/haproxy-ingress/issues/1056.

@fredrik-w
Copy link
Author

I just copy/pasted how it's done for the annotations on the metrics controller service (https://github.com/haproxy-ingress/charts/blob/release-0.15/haproxy-ingress/templates/controller-metrics-service.yaml#L5).

@jcmoraisjr
Copy link
Member

Sounds good thanks! Can you move the annotation block to the start of the metadata field? Please also add a line in the readme file with the new field.

Allow specifying annotations that will be added to the ServiceAccount.
This fixes jcmoraisjr/haproxy-ingress/issues/1056.
@fredrik-w fredrik-w force-pushed the 1056-ServiceAccount-annotations branch from d90dd89 to 7d4e42e Compare September 16, 2024 04:58
@fredrik-w
Copy link
Author

@jcmoraisjr I've moved it to the top as well as added it to the readme.

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

Successfully merging this pull request may close these issues.

Possibility to add annotations to ServiceAccount
2 participants