Move some auto-deploy options around
This commit is contained in:
@@ -19,3 +19,4 @@ sleep 5
|
|||||||
kubectl apply -k .
|
kubectl apply -k .
|
||||||
|
|
||||||
./immich/apply.sh
|
./immich/apply.sh
|
||||||
|
./tailscale/apply.sh
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user