From b5fa4e99e3c3213a0bf0fceadd6e934884877d77 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 28 Jul 2025 14:50:47 +0000 Subject: [PATCH] Password too short Signed-off-by: Martyn Ranyard --- everything-app/linuxGSMOperator.yaml | 18 ------------------ everything-app/valheim.yaml | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 everything-app/linuxGSMOperator.yaml diff --git a/everything-app/linuxGSMOperator.yaml b/everything-app/linuxGSMOperator.yaml deleted file mode 100644 index 3063d51..0000000 --- a/everything-app/linuxGSMOperator.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: gameserver-operator - namespace: argocd # This should be the namespace where Argo CD is installed -spec: - project: default # The Argo CD project, 'default' unless you've created others - source: - repoURL: 'https://github.com/templarfelix/gameserver-operator.git' - targetRevision: 'main' - path: 'config/default' - destination: - server: 'https://kubernetes.default.svc' # URL of the Kubernetes API server - namespace: 'default' # The namespace in Kubernetes where to deploy the application - syncPolicy: - automated: # Optional: enable automatic sync - selfHeal: true - prune: true # This will prune resources that are not in git anymore diff --git a/everything-app/valheim.yaml b/everything-app/valheim.yaml index be97357..94d9a7e 100644 --- a/everything-app/valheim.yaml +++ b/everything-app/valheim.yaml @@ -20,7 +20,7 @@ spec: - name: serverName value: campuzzi - name: password - value: soup + value: soupsoup - name: storage.kind value: persistentVolumeClaim - name: storage.pvc.storageClassName