File tree Expand file tree Collapse file tree 5 files changed +24
-24
lines changed Expand file tree Collapse file tree 5 files changed +24
-24
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.0
12
+ version : 0.3.1
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 @@ -296,7 +296,8 @@ bundle: {
296
296
version : " 4.3.3 "
297
297
}
298
298
sync : {
299
- timeout : 25
299
+ timeout : 5
300
+ createNamespace : true
300
301
}
301
302
helmValues : {
302
303
ltb_passwd : {
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ 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" -} }
93
92
{ {- $_ := set .scope " appNameMinio" " minio" -} }
94
93
{ {- $_ := set .scope " appNameNats" " nats" -} }
95
94
{ {- $_ := set .scope " appNameNotifications" " notifications" -} }
Original file line number Diff line number Diff line change 1
- {{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloakPG " "appNameSuffix" "") -}}
1
+ {{- include "oc.basicServiceTemplates" (dict "scope" . "appName" "appNameKeycloak " "appNameSuffix" "") -}}
2
2
{{- if .Values.keycloak.enabled }}
3
3
apiVersion : apps/v1
4
4
kind : Deployment
Original file line number Diff line number Diff line change 1
- apiVersion : v1
2
- kind : Pod
3
- metadata :
4
- name : s3-test-pod
5
- spec :
6
- containers :
7
- - name : s3-test
8
- image : minio/mc
9
- command : ["sleep", "infinity"]
10
- volumeMounts :
11
- - name : s3-credentials
12
- mountPath : /root/.aws
13
- readOnly : true
14
- volumes :
15
- - name : s3-credentials
16
- secret :
17
- secretName : s3secret
18
- items :
19
- - key : accessKey
20
- path : credentials
1
+ # apiVersion: v1
2
+ # kind: Pod
3
+ # metadata:
4
+ # name: s3-test-pod
5
+ # spec:
6
+ # containers:
7
+ # - name: s3-test
8
+ # image: minio/mc
9
+ # command: ["sleep", "infinity"]
10
+ # volumeMounts:
11
+ # - name: s3-credentials
12
+ # mountPath: /root/.aws
13
+ # readOnly: true
14
+ # volumes:
15
+ # - name: s3-credentials
16
+ # secret:
17
+ # secretName: s3secret
18
+ # items:
19
+ # - key: accessKey
20
+ # path: credentials
You can’t perform that action at this time.
0 commit comments