From d67e1a1dacdd545b07ba008817753e525fd69c8c Mon Sep 17 00:00:00 2001 From: Martyn Date: Thu, 12 Feb 2026 19:19:37 +0100 Subject: [PATCH] remember the port or the kubeconfig command doesn't work --- scripts/talosctl-apply-with-secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/talosctl-apply-with-secrets b/scripts/talosctl-apply-with-secrets index c0449e4..fda83e0 100755 --- a/scripts/talosctl-apply-with-secrets +++ b/scripts/talosctl-apply-with-secrets @@ -1,4 +1,4 @@ #!/bin/bash -sops exec-file secrets.yaml 'talosctl gen config --with-secrets {} proxlos https://172.20.3.11 --config-patch @patches/controlplane/controlplane.yaml --output-types controlplane,talosconfig' +sops exec-file secrets.yaml 'talosctl gen config --with-secrets {} proxlos https://172.20.3.11:6443 --config-patch @patches/controlplane/controlplane.yaml --output-types controlplane,talosconfig' talosctl apply -f controlplane.yaml $*