Difference between revisions of "Vi: set list"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
  
 
  {{helm release grafana example}}
 
  {{helm release grafana example}}
 +
 +
 +
[[Inappropriate value for attribute "value": element 0: string required.]]
  
 
== Activities ==
 
== Activities ==

Revision as of 13:31, 13 February 2024

:set list

set_list

 enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.gem.example.com"],"secretName":"gem-gateway-tls"}]` | TLS configuration for the gateway ingress |
 resource "helm_release" "grafana" {
 name             = "grafana"
 create_namespace = true
 namespace        = "grafana"
 repository       = "https://grafana.github.io/helm-charts"
 chart            = "grafana"

 set {
   name  = "ingress.enabled"
   value = "true"
 }
 set_list {
   name  = "ingress.hosts"
   value = ["example.com"]
 }
 set {
   name  = "ingress.ingressClassName"
   value = "nginx"
 }
 set {
   name  = "ingress.tls"
   value = "true"
 }
}


Inappropriate value for attribute "value": element 0: string required.

Activities


Related

See also

Advertising: