cluster name update

This commit is contained in:
Joseph Hanson 2024-09-06 21:52:28 -05:00
parent aae1f28c84
commit 733f05eccf
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
APP=$1
NAMESPACE="${2:-default}"
CLUSTER="${3:-homelab}"
CLUSTER="${3:-theshire}"
is_deployment() {
kubectl --context "${CLUSTER}" -n "${NAMESPACE}" get deployment "${APP}" >/dev/null 2>&1

View file

@ -14,7 +14,7 @@ spec:
prune: false # never should be deleted
sourceRef:
kind: GitRepository
name: homelab
name: theshire
wait: false
interval: 30m
retryInterval: 1m