Move some auto-deploy options around

This commit is contained in:
Greg Hellings
2025-09-11 23:57:10 -05:00
parent 9b4132610d
commit c891c5f514
5 changed files with 3 additions and 4 deletions
+1
View File
@@ -19,3 +19,4 @@ sleep 5
kubectl apply -k . kubectl apply -k .
./immich/apply.sh ./immich/apply.sh
./tailscale/apply.sh
-2
View File
@@ -10,6 +10,4 @@ helm upgrade \
tailscale/tailscale-operator \ tailscale/tailscale-operator \
--namespace=tailscale \ --namespace=tailscale \
--create-namespace \ --create-namespace \
--set-string oauth.clientId="$(bw get username 'ffa188a4-63b2-4926-99f0-b33b0021a4f4')" \
--set-string oauth.clientSecret="$(bw get password 'ffa188a4-63b2-4926-99f0-b33b0021a4f4')" \
--wait --wait
+2 -2
View File
@@ -123,8 +123,8 @@ in
manifests = { manifests = {
cert-manager.source = cert-manager; cert-manager.source = cert-manager;
flux.source = flux; flux.source = flux;
node-annotations.source = ../../manifests/nodes.yaml; node-annotations.source = ../../manifests/auto/nodes.yaml;
operator-oauth.source = ../../manifests/secrets/operator-oauth.yaml; operator-oauth.source = ../../manifests/auto/operator-oauth.yaml;
}; };
role = if cfg.agentOnly then "agent" else "server"; role = if cfg.agentOnly then "agent" else "server";
serverAddr = lib.mkIf (config.networking.hostName != "isaiah") "https://isaiah.home:6443"; serverAddr = lib.mkIf (config.networking.hostName != "isaiah") "https://isaiah.home:6443";