fixup! r/k8s-controller: Deploy HAProxy

Dustin 2025-07-22 16:11:05 -05:00
parent d43bc9fc48
commit d876d32b6b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ kube_root_ca_pem: >-
{{ lookup( {{ lookup(
"kubernetes.core.k8s", "kubernetes.core.k8s",
kind="ConfigMap", kind="ConfigMap",
namespace="default", namespace="kube-public",
resource_name="kube-root-ca.crt" resource_name="kube-root-ca.crt"
).data["ca.crt"] ).data["ca.crt"]
}} }}