mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-30 21:50:38 +00:00
fix: 修正全局变量
This commit is contained in:
parent
94881ad0df
commit
1efd9b9843
@ -2,7 +2,7 @@
|
||||
{{- with .Values.omnidb }}
|
||||
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-omnidb" }}
|
||||
{{- $containerName := "jms-omnidb" }}
|
||||
{{- $image := printf "%s/%s:%s" .image.registry .image.repository .image.tag }}
|
||||
{{- $image := printf "%s" (include "jumpserver.omnidbImage" $) }}
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
@ -2,7 +2,7 @@
|
||||
{{- with .Values.xrdp }}
|
||||
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-xrdp" }}
|
||||
{{- $containerName := "jms-xrdp" }}
|
||||
{{- $image := printf "%s/%s:%s" .image.registry .image.repository .image.tag }}
|
||||
{{- $image := printf "%s" (include "jumpserver.xrdpImage" $) }}
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user