From a8ee8a0f003759158370343c094f71a8661e7eea Mon Sep 17 00:00:00 2001 From: Martyn Date: Sun, 31 May 2026 12:09:35 +0200 Subject: [PATCH] Maybe as valid json --- app-of-apps/headscale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-of-apps/headscale.yaml b/app-of-apps/headscale.yaml index f0e5c7f..96656eb 100644 --- a/app-of-apps/headscale.yaml +++ b/app-of-apps/headscale.yaml @@ -35,6 +35,6 @@ spec: - name: ingress.hosts[0].host value: headscale.martyn.berlin - name: ingress.annotations - value: '{nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"}' + value: '{"nginx.ingress.kubernetes.io/backend-protocol": "HTTPS"}' - name: headscale.certmanager.dnsNames[0] value: headscale.martyn.berlin