Skip to content

Comments

feat(step-certificates): add custom labels support to service resource#245

Open
jalet wants to merge 1 commit intosmallstep:masterfrom
jalet:master
Open

feat(step-certificates): add custom labels support to service resource#245
jalet wants to merge 1 commit intosmallstep:masterfrom
jalet:master

Conversation

@jalet
Copy link

@jalet jalet commented Feb 11, 2026

Add service.labels configuration option to allow users to add custom labels to the Kubernetes Service resource. This enables integration with service meshes, monitoring systems, and compliance tagging frameworks (NIS2, GDPR).

Custom labels are merged with standard Helm labels and follow the existing pattern established by serviceaccount.labels.

  • Add service.labels configuration in values.yaml
  • Update Service template to render custom labels
  • Document feature in README with examples

Add service.labels configuration option to allow users to add custom labels
to the Kubernetes Service resource. This enables integration with service
meshes, monitoring systems, and compliance tagging frameworks (NIS2, GDPR).

Custom labels are merged with standard Helm labels and follow the existing
pattern established by serviceaccount.labels.

- Add service.labels configuration in values.yaml
- Update Service template to render custom labels
- Document feature in README with examples
@jalet jalet requested a review from a team as a code owner February 11, 2026 10:31
@CLAassistant
Copy link

CLAassistant commented Feb 11, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs triage Waiting for discussion / prioritization by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants