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:
991010 url : https://opencloud.eu
1111type : application
12- version : 0.3.0
12+ version : 0.3.1
1313# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1414appVersion : latest
1515kubeVersion : " "
Original file line number Diff line number Diff line change @@ -296,7 +296,8 @@ bundle: {
296296 version : " 4.3.3 "
297297 }
298298 sync : {
299- timeout : 25
299+ timeout : 5
300+ createNamespace : true
300301 }
301302 helmValues : {
302303 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
8989 { {- $_ := set .scope " appNameIdm" " idm" -} }
9090 { {- $_ := set .scope " appNameIdp" " idp" -} }
9191 { {- $_ := set .scope " appNameKeycloak" " keycloak" -} }
92- { {- $_ := set .scope " appNameKeycloakPG" " keycloakpg" -} }
9392 { {- $_ := set .scope " appNameMinio" " minio" -} }
9493 { {- $_ := set .scope " appNameNats" " nats" -} }
9594 { {- $_ := 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" "") -}}
22{{- if .Values.keycloak.enabled }}
33apiVersion : apps/v1
44kind : 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