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