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 namespace to chart, support for custom namespace #180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kruchkov-alexandr
Copy link

Summary of Changes

  • Namespace Support: Added namespace field to cert-manager.yaml, service.yaml, and values.yaml with a default value of monitoring.
  • Tag Update: Made the tag field in values.yaml customizable, defaulting to .Chart.AppVersion.

These changes enhance flexibility for namespace configuration and image tag management.

Local tests for another namespace:

helm upgrade \
  --install cert-exporter helm/cert-exporter/ \
  --set certManager.namespace=service \
  --set dashboards.namespace=service \
  --values helm/cert-exporter/values.yaml

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.

1 participant