From 494301a3cd029e775f73382b881f26753df96fa0 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 1 Apr 2025 06:00:46 -0500 Subject: [PATCH] update --- ansible/newcluster.yaml | 2 ++ master/bitwarden/templates/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ansible/newcluster.yaml diff --git a/ansible/newcluster.yaml b/ansible/newcluster.yaml new file mode 100644 index 0000000..724d6d4 --- /dev/null +++ b/ansible/newcluster.yaml @@ -0,0 +1,2 @@ +argocd login --insecure +argocd cluster add --name diff --git a/master/bitwarden/templates/deployment.yaml b/master/bitwarden/templates/deployment.yaml index a992f38..f787ba1 100644 --- a/master/bitwarden/templates/deployment.yaml +++ b/master/bitwarden/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: bitwarden - image: registry.internal.durp.info/vaultwarden/server:1.32.7 + image: registry.durp.info/vaultwarden/server:1.32.7 imagePullPolicy: Always volumeMounts: - name: bitwarden-pvc