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

Add support for user defined annotations on StatefulSet #95

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

AfonsoFGarcia
Copy link
Contributor

The goal of this PR is to enable the StatefulSet to be annotated, for tools like keel to work with this chart.

For example, the following values.yaml:

statefulSetAnnotations:
  keyOne: valueOne
  keyTwo: valueTwo

Would be included in the StatefulSet as:

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: home-assistant
  annotations:
    keyOne: valueOne
    keyTwo: valueTwo

Sorry for the 3 commits, was doing this from the web UI. If you prefer, I can squash them.

@pajikos pajikos merged commit 01a1eee into pajikos:main Jan 7, 2025
1 check passed
@pajikos
Copy link
Owner

pajikos commented Jan 7, 2025

Thank you

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