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 labels in openshift route resource #337

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

Calvinaud
Copy link
Contributor

  • Add common and custom labels to the route resource
  • Upgrade chart version to 2.15.12
  • Regenerate doc with helm-docs

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md

- Add common and custom labels to the route resource
- Upgrade chart version to 2.15.12
- Regenerate doc with helm-docs

Signed-off-by: Calvin Audier <[email protected]>
charts/litmus/README.md Outdated Show resolved Hide resolved
Co-authored-by: gdsoumya <[email protected]>
Signed-off-by: Calvinaud <[email protected]>
@@ -325,6 +325,7 @@ openshift:
route:
enabled: false
name: litmus-portal
customLabels: {}
Copy link
Member

Choose a reason for hiding this comment

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

I prefer additionalLabels more but if others are fine, then i doesn't matter much. approving for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the values.yaml all others resource are using customLabels (https://github.com/litmuschaos/litmus-helm/blob/master/charts/litmus/values.yaml#L10) that why I used the same name.

Copy link
Member

Choose a reason for hiding this comment

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

It's probably okay then.

@gdsoumya gdsoumya merged commit 3558be0 into litmuschaos:master Oct 12, 2023
10 checks passed
@Calvinaud Calvinaud deleted the add-customlabels-for-route branch October 12, 2023 14:13
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.

Missing custom labels on route in litmus chart
3 participants