Merge pull request #1 from mjwtc0722/mjwtc0722-patch-1

修复Magnus的Service命名与之前版本不一致导致svc重新创建失败的问题
This commit is contained in:
masix
2024-01-02 10:35:12 +08:00
committed by GitHub

View File

@@ -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 }}