Skip to content

Commit 9e74a10

Browse files
authored
Merge pull request opencloud-eu#22 from wrenix/movefiles
fix(opencloud): usage of opencloud.config.appRegistry and .csp
2 parents fbe1f8f + 87d7162 commit 9e74a10

19 files changed

+2569
-2535
lines changed

charts/opencloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
1111
url: https://opencloud.eu
1212
type: application
13-
version: 0.1.4
13+
version: 0.1.5
1414
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1515
appVersion: latest
1616
kubeVersion: ""
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
printenv
3+
# replace openCloud domain in keycloak realm import
4+
mkdir -p /opt/keycloak/data/import
5+
6+
# Replace domain in the realm configuration
7+
sed -e "s/cloud.opencloud.test/${OC_DOMAIN}/g" /opt/keycloak/data/import-dist/opencloud-realm.json > /opt/keycloak/data/import/opencloud-realm.json
8+
9+
# run original docker-entrypoint
10+
/opt/keycloak/bin/kc.sh "$@"

0 commit comments

Comments
 (0)