mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-22 16:56:19 +00:00
commit
85e22ece52
@ -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/%s:%s" .image.registry .image.repository .image.tag }}
|
||||
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/%s:%s" .image.registry .image.repository .image.tag }}
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user