Update palworld.yaml
This commit is contained in:
@@ -7,13 +7,12 @@ spec:
|
||||
project: default
|
||||
source:
|
||||
chart: palworld
|
||||
# 주소를 직접 기입하고 저장소 등록 과정을 건너뜁니다.
|
||||
repoURL: https://charts.sebastian-muthwill.de
|
||||
targetRevision: 0.12.2
|
||||
helm:
|
||||
# 인증서 오류가 발생하므로 검사를 건너뛰도록 설정합니다.
|
||||
parameters:
|
||||
- name: "insecureSkipVerify"
|
||||
value: "true"
|
||||
# 이 옵션이 핵심입니다.
|
||||
passCredentials: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: palworld
|
||||
@@ -21,4 +20,5 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
# 여기서 네임스페이스를 자동으로 만들도록 강제합니다.
|
||||
createNamespace: true
|
||||
Reference in New Issue
Block a user