adamant-intern-63433
05/04/2019, 5:54 PMerror: YAMLException: bad indentation of a mapping entry at line 47, column 9:
- 1.1.1.1
^
with the values
config below.
// `<https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-config>`
new k8s.helm.v2.Chart("certmanager",
{
...
values: {
podDnsPolicy: "None",
podDnsConfig: {
nameservers: ["1.1.1.1", "8.8.8.8"]
}
}
},
{ providers: { kubernetes: this.k8sProvider } });
This seems to be about underlying yaml parser of the module or I'm trying to set the values in a wrong way and missing something very basic here. Has anyone bumped into anything similar before?No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by