File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ maintainers:
9
9
10
10
url : https://opencloud.eu
11
11
type : application
12
- version : 0.3.1
12
+ version : 0.3.2
13
13
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
14
14
appVersion : latest
15
15
kubeVersion : " "
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ Adds the app names to the scope and set the name of the app based on the input p
89
89
{ {- $_ := set .scope " appNameIdm" " idm" -} }
90
90
{ {- $_ := set .scope " appNameIdp" " idp" -} }
91
91
{ {- $_ := set .scope " appNameKeycloak" " keycloak" -} }
92
+ { {- $_ := set .scope " appNameKeycloakPG" " keycloakpg" -} }
92
93
{ {- $_ := set .scope " appNameMinio" " minio" -} }
93
94
{ {- $_ := set .scope " appNameNats" " nats" -} }
94
95
{ {- $_ := set .scope " appNameNotifications" " notifications" -} }
Original file line number Diff line number Diff line change 1
- {{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloak " "appNameSuffix" "") -}}
1
+ {{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloakPG " "appNameSuffix" "") -}}
2
2
{{- if .Values.keycloak.enabled }}
3
3
apiVersion : apps/v1
4
4
kind : Deployment
51
51
protocol : TCP
52
52
name : postgresql
53
53
selector :
54
- app.kubernetes.io/component : keycloak-postgresql
55
- app.kubernetes.io/instance : {{ .Release.Name }}
56
- app.kubernetes.io/name : {{ include "oc.name" . }}
54
+ app : {{ .appName }}
57
55
{{- end }}
You can’t perform that action at this time.
0 commit comments