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
resource helm_release "ingress-nginx" {
name = "ingress-nginx"
repository = "https://kubernetes.github.io/ingress-nginx"
chart = "ingress-nginx"
version = "3.15.2"
namespace = "ingress-nginx"
create_namespace = true
set {
name = "controller.addHeaders.hsts-max-age"
value = "0"
}
}
ConfigMap in version "v1" cannot be handled as a ConfigMap: v1.ConfigMap.Data: ReadString: expects " or n, but found 0, error found in #10 byte of ...|max-age":0
What you expected to happen:
Looks like it is stripping the quotation marks when converting to yaml.
The text was updated successfully, but these errors were encountered:
NGINX Ingress controller version:3.5.2
Kubernetes version (use
kubectl version
):v1.18.14Environment: AKS
What happened:
resource helm_release "ingress-nginx" {
name = "ingress-nginx"
repository = "https://kubernetes.github.io/ingress-nginx"
chart = "ingress-nginx"
version = "3.15.2"
namespace = "ingress-nginx"
create_namespace = true
set {
name = "controller.addHeaders.hsts-max-age"
value = "0"
}
}
ConfigMap in version "v1" cannot be handled as a ConfigMap: v1.ConfigMap.Data: ReadString: expects " or n, but found 0, error found in #10 byte of ...|max-age":0
What you expected to happen:
Looks like it is stripping the quotation marks when converting to yaml.
The text was updated successfully, but these errors were encountered: