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

helm: allow to set additional namespace labels #100

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

Conversation

maitredede
Copy link

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.22%. Comparing base (baee4ad) to head (3744a2b).

❗ Current head 3744a2b differs from pull request most recent head 3e6a270. Consider uploading reports for the commit 3e6a270 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #100   +/-   ##
=======================================
  Coverage   67.22%   67.22%           
=======================================
  Files           6        6           
  Lines         839      839           
=======================================
  Hits          564      564           
  Misses        238      238           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

charts/k8tz/values.yaml Show resolved Hide resolved
@@ -66,7 +67,8 @@ service:
type: ClusterIP
port: 443

resources: {}
Copy link
Member

Choose a reason for hiding this comment

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

please don't change unrelated lines

@maitredede
Copy link
Author

Hello, thanks for your review. The unwanted changes were caused by code formatter. Sorry for the inconvenience.

@@ -5,6 +5,7 @@ replicaCount: 1

namespace: k8tz # set to `null` to use helm built-in namespace
createNamespace: true # set to `false` to disable namespace creation by the helm chart
namespaceLabels: {}
Copy link
Member

Choose a reason for hiding this comment

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

please document the new option in chart readme: https://github.com/k8tz/k8tz/tree/master/charts/k8tz#values

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.

None yet

3 participants