Password too short

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-07-28 14:50:47 +00:00
parent 7b7ee2ca5b
commit b5fa4e99e3
2 changed files with 1 additions and 19 deletions

View file

@ -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

View file

@ -20,7 +20,7 @@ spec:
- name: serverName - name: serverName
value: campuzzi value: campuzzi
- name: password - name: password
value: soup value: soupsoup
- name: storage.kind - name: storage.kind
value: persistentVolumeClaim value: persistentVolumeClaim
- name: storage.pvc.storageClassName - name: storage.pvc.storageClassName