mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-21 00:13:48 +00:00
parent
4129bb7cdd
commit
19a43b95ef
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user