mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-09-17 15:49:59 +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
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ $fullName }}-jm-magnus"
|
name: "{{ $fullName }}-jms-magnus"
|
||||||
labels:
|
labels:
|
||||||
{{- include "jumpserver.labels" $ | nindent 4 }}
|
{{- include "jumpserver.labels" $ | nindent 4 }}
|
||||||
{{- toYaml .labels | nindent 4 }}
|
{{- toYaml .labels | nindent 4 }}
|
||||||
|
Reference in New Issue
Block a user