mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-09-16 23:29:18 +00:00
Merge pull request #1 from mjwtc0722/mjwtc0722-patch-1
修复Magnus的Service命名与之前版本不一致导致svc重新创建失败的问题
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: "{{ $fullName }}-jm-magnus"
|
||||
name: "{{ $fullName }}-jms-magnus"
|
||||
labels:
|
||||
{{- include "jumpserver.labels" $ | nindent 4 }}
|
||||
{{- toYaml .labels | nindent 4 }}
|
||||
|
Reference in New Issue
Block a user