outscale/exercising-k8s-the-hardway

coredns indent issue

Closed this issue · 1 comments

Hello,

this line https://github.com/outscale-dev/exercising-k8s-the-hardway/blob/2d4a1a6b9579da749eeb22ebcff0beae69865e86/coredns.tf#L6 must be replaced by

sed -i "s%loadbalance%loadbalance\n        forward . /etc/resolv%" coredns/coredns-1.8.yaml

As tabulation cause issue in the generated yaml file.

Thanks for pointing out this issue!