Andrew Geller
Results
1
comments of
Andrew Geller
One workaround is to use terraform to split the manifests: ``` data "http" "kd_manifests" { url = "https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.8.3.yaml" } # replace --- with SPLIT_DELIMITER because split does not support a...