fix: 修正 chen 组件启动判断逻辑

- fix: #141
This commit is contained in:
吴小白 2023-07-31 02:49:16 +08:00
parent 4129bb7cdd
commit 19a43b95ef
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{- if and .Values.xpack.enabled (not .Values.chen.persistence.existingClaim)}}
{{- if and .Values.chen.enabled (not .Values.chen.persistence.existingClaim)}}
{{- with .Values.chen }}
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-chen-data" }}
apiVersion: v1

View File

@ -1,4 +1,4 @@
{{- if .Values.xpack.enabled }}
{{- if .Values.chen.enabled }}
{{- with .Values.chen }}
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-chen" }}
apiVersion: v1