Update _portal.tpl (#744)

* Update _portal.tpl

* Update Chart.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2021-08-09 19:41:25 +02:00
committed by GitHub
parent 8906bcbcc4
commit 7bae3fec0a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ maintainers:
name: common name: common
sources: sources:
type: library type: library
version: 6.6.1 version: 6.6.2
@@ -72,6 +72,8 @@ kind: ConfigMap
metadata: metadata:
name: portal name: portal
labels: {{ include "common.labels" . | nindent 4 }} labels: {{ include "common.labels" . | nindent 4 }}
annotations:
rollme: {{ randAlphaNum 5 | quote }}
data: data:
protocol: {{ $protocol }} protocol: {{ $protocol }}
host: {{ $host | quote }} host: {{ $host | quote }}