mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 10:41:21 +00:00
tenant
This commit is contained in:
@@ -4,4 +4,4 @@ description: Additional tenant namespace
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/0/04/User_icon_1.svg
|
||||
|
||||
type: application
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{{- if ne (len (splitList "-" .Release.Name)) 1 }}
|
||||
{{- fail (printf "Release name should not contain dashes: %s" .Release.Name) }}
|
||||
{{- end }}
|
||||
{{- $tenantName := (printf "tenant-%s" .Release.Name) }}
|
||||
{{- if hasPrefix "tenant-" .Release.Namespace }}
|
||||
{{- $tenantName = (printf "%s-%s" .Release.Namespace .Release.Name) }}
|
||||
@@ -6,10 +6,9 @@ postgres 0.1.0 HEAD
|
||||
rabbitmq 0.1.0 HEAD
|
||||
redis 0.1.0 HEAD
|
||||
tcp-balancer 0.1.0 HEAD
|
||||
tenant 0.1.1
|
||||
tenant 0.1.2
|
||||
tenant 0.1.3 3d1b86c
|
||||
tenant 0.1.4 HEAD
|
||||
tenant 0.1.4 d200480
|
||||
tenant 0.1.5 HEAD
|
||||
virtual-machine 0.1.4 f2015d6
|
||||
virtual-machine 0.1.5 HEAD
|
||||
vpn 0.1.0 HEAD
|
||||
|
||||
Reference in New Issue
Block a user