apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: palworld-server namespace: argocd spec: project: default source: chart: palworld repoURL: https://charts.sebastian-muthwill.de targetRevision: 0.12.2 helm: # 인증서 오류가 발생하므로 검사를 건너뛰도록 설정합니다. parameters: - name: "insecureSkipVerify" value: "true" destination: server: https://kubernetes.default.svc namespace: palworld syncPolicy: automated: prune: true selfHeal: true createNamespace: true