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 annotation of all objects created by the eks,8s and k0s charts #16

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

Conversation

Kartik-Garg
Copy link
Collaborator

Added annotation of all objects created by the eks,8s and k0s charts.

What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves 714

Please provide a short message that should be published in the vcluster release notes
Added helm value "global.annotations" to eke, k8s and k0s charts that will add its annotations to all objects created in the chart. Annotations for specific objects have precedence over global ones.

What else do we need to know?

@Kartik-Garg Kartik-Garg force-pushed the annotations-global branch 3 times, most recently from cc77892 to 3e08dc9 Compare April 12, 2023 09:52
@Kartik-Garg Kartik-Garg force-pushed the annotations-global branch 2 times, most recently from 98a3db2 to ff3a74a Compare April 12, 2023 19:55
…s charts

Added annotation of all objects created by the eks,8s and k0s charts.

Signed-off-by: Kartik-Garg <[email protected]>
@sigmabaryon
Copy link

If the changes are similar for a lot of the objects for each chart, can we use _helpers.tpl in eks,k8s.k0s etc respectively to create a common way to define annotations?

@Kartik-Garg
Copy link
Collaborator Author

If the changes are similar for a lot of the objects for each chart, can we use _helpers.tpl in eks,k8s.k0s etc respectively to create a common way to define annotations?

@sigmabaryon Thanks for reviewing and for the suggestion, I had a look into it. But since the annotations are not same in all the files, for now I think it'd be better to approach it without using a template file.

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