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 release in default namespace #47

Open
karthicgit opened this issue Jul 24, 2023 · 1 comment
Open

Helm release in default namespace #47

karthicgit opened this issue Jul 24, 2023 · 1 comment

Comments

@karthicgit
Copy link

The helm release is deployed into default namespace through the stack all other resources are deployed into oci-onm namespace. Its not getting deployed into oci-onm namespace by default and there is no namespace specified in the resource helm_release in terraform file as well .https://github.com/oracle-quickstart/oci-kubernetes-monitoring/blob/main/terraform/modules/helm/helm.tf

Reference : https://registry.terraform.io/providers/hashicorp/helm/0.10.6/docs/resources/release

@adil-jeel
Copy link

adil-jeel commented Jul 28, 2023

You are required to provide the namespace as an input parameter, which can be done by setting the kubernetes_namespace variable to the desired value, as shown in the following code snippet:

kubernetes_namespace  = "oci-onm"

The namespace specification is not confined to the chart alone; instead, it is a customizable setting that can be passed externally.

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

No branches or pull requests

2 participants