Update palworld.yaml

This commit is contained in:
2026-02-20 06:40:52 +00:00
parent 56879e1017
commit f0f11d9e74

View File

@@ -6,13 +6,15 @@ metadata:
spec:
project: default
source:
# 저장소 등록 없이 URL을 직접 입력합니다.
repoURL: https://charts.sebastian-muthwill.de
chart: palworld
# 주소를 직접 기입하고 저장소 등록 과정을 건너뜁니다.
repoURL:https://charts.sebastian-muthwill.de
targetRevision: 0.12.2
helm:
# 이 옵션이 핵심입니다.
passCredentials: true
# 핵심: 여기서 보안 검사를 강제로 건너뛰도록 지시합니다.
parameters:
- name: "insecureSkipVerify"
value: "true"
destination:
server: https://kubernetes.default.svc
namespace: palworld
@@ -20,5 +22,4 @@ spec:
automated:
prune: true
selfHeal: true
# 여기서 네임스페이스를 자동으로 만들도록 강제합니다.
createNamespace: true