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
Error: Missing required argument
with helm_release.karpenter[0],
on karpenter.tf line 104, in resource "helm_release" "karpenter":
104: resource "helm_release" "karpenter" {
The argument "set.0.value" is required, but no definition was found.
Error: Missing required argument
with helm_release.karpenter[0],
on karpenter.tf line 104, in resource "helm_release" "karpenter":
104: resource "helm_release" "karpenter" {
The argument "set.2.value" is required, but no definition was found.
while I am trying to enable the karpenter
What is the current behavior?
I am already using other addons like metrics-server and it's working absolutely fine but when I try to enable Karpenter, I am getting the error.
How to reproduce? Please include a code sample if relevant.
karpenter = {
enabled = true
}
What's the expected behavior?
The module must not throw any errors
Environment details
Affected module version: 15.3.0
OS: macOS
Terraform version: Terraform v1.5.2 on darwin_arm64
Describe the bug
I am getting
while I am trying to enable the karpenter
What is the current behavior?
I am already using other addons like
metrics-server
and it's working absolutely fine but when I try to enable Karpenter, I am getting the error.How to reproduce? Please include a code sample if relevant.
What's the expected behavior?
The module must not throw any errors
Environment details
Any other relevant info
It's kind of very similar to this issue.
The text was updated successfully, but these errors were encountered: