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 custom annotations and labels to the k8gb controller #1704

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

abaguas
Copy link
Collaborator

@abaguas abaguas commented Aug 12, 2024

I faced a usecase where I needed to add an istio exception to the k8gb controller via an annotation. However, the chart did not allow it.

This PR also allows adding custom labels since this feature may be desired for other usecases.

Testing

Modify values.yaml by adding/removing labels/annotations and run:

helm package . && helm template k8gb k8gb-v0.13.0.tgz > manifests.yaml

I just faced a usecase where I needed to add an istio expection on the k8gb controller via an annotation. However, the chart did not allow it.
This PR also allows adding custom labels since this feature may be desired for other usecases.

Signed-off-by: Andre Baptista Aguas <andre.aguas@protonmail.com>
Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ytsarev ytsarev merged commit c377966 into k8gb-io:master Aug 29, 2024
11 checks passed
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.

2 participants