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