fix: 修正全局变量

This commit is contained in:
wojiushixiaobai 2021-11-22 15:18:22 +08:00
parent 94881ad0df
commit 1efd9b9843
2 changed files with 2 additions and 2 deletions

View File

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

View File

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