mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-23 01:06:42 +00:00
commit
85e22ece52
@ -2,7 +2,7 @@
|
|||||||
{{- with .Values.omnidb }}
|
{{- with .Values.omnidb }}
|
||||||
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-omnidb" }}
|
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-omnidb" }}
|
||||||
{{- $containerName := "jms-omnidb" }}
|
{{- $containerName := "jms-omnidb" }}
|
||||||
{{- $image := printf "%s:%s:%s" .image.registry .image.repository .image.tag }}
|
{{- $image := printf "%s/%s:%s" .image.registry .image.repository .image.tag }}
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{{- with .Values.xrdp }}
|
{{- with .Values.xrdp }}
|
||||||
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-xrdp" }}
|
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-xrdp" }}
|
||||||
{{- $containerName := "jms-xrdp" }}
|
{{- $containerName := "jms-xrdp" }}
|
||||||
{{- $image := printf "%s:%s:%s" .image.registry .image.repository .image.tag }}
|
{{- $image := printf "%s/%s:%s" .image.registry .image.repository .image.tag }}
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
Loading…
Reference in New Issue
Block a user