-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm/operator): statefulset labels and annotations (#7688)
This updates the eck-operator Helm chart to support annotations and labels on the Statefulset for the operator. This is useful for telemetry and tracking. Adds two new keys to values: - statefulsetAnnotations -- defines the annotations that should be added to the operator StatefulSet - statefulsetLabels -- defines additional labels that should be added to the operator StatefulSet Updates deploy/eck-operator/templates/statefulset.yaml to support these new values Adds a unit test. --------- Signed-off-by: nromriell <nateromriell@gmail.com> Co-authored-by: Thibault Richard <thb.krkr@gmail.com>
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters