You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: