-openldap.
This commit is contained in:
parent
8596fde233
commit
3ca23c0645
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
opencloud/Chart.lock
|
opencloud/Chart.lock
|
||||||
|
deployed_config.sh
|
@ -4,7 +4,7 @@ BRANCH=${2:-dev}
|
|||||||
|
|
||||||
export KUBECONFIG=$(realpath ./deployed_config)
|
export KUBECONFIG=$(realpath ./deployed_config)
|
||||||
|
|
||||||
POD_NAME=$(kubectl get pods --all-namespaces -o=name | grep dev-mongodb-*)
|
POD_NAME=$(kubectl get pods --all-namespaces -o=name | grep $BRANCH-mongodb-*)
|
||||||
for file in "${FILES[@]}"; do
|
for file in "${FILES[@]}"; do
|
||||||
echo "ADD file $file in collection ${file/.json/} : ${POD_NAME/pod\//}"
|
echo "ADD file $file in collection ${file/.json/} : ${POD_NAME/pod\//}"
|
||||||
kubectl cp $file ${POD_NAME/pod\//}:/tmp/$file
|
kubectl cp $file ${POD_NAME/pod\//}:/tmp/$file
|
||||||
|
@ -13,7 +13,8 @@ data:
|
|||||||
OC_AUTH_CONNECTOR_PUBLIC_HOST: "{{ .Release.Name }}-hydra-public.{{ .Release.Namespace }}"
|
OC_AUTH_CONNECTOR_PUBLIC_HOST: "{{ .Release.Name }}-hydra-public.{{ .Release.Namespace }}"
|
||||||
OC_AUTH_CONNECTOR_PORT: "4444"
|
OC_AUTH_CONNECTOR_PORT: "4444"
|
||||||
OC_AUTH_CONNECTOR_ADMIN_PORT: "4445"
|
OC_AUTH_CONNECTOR_ADMIN_PORT: "4445"
|
||||||
OC_PERMISSION_CONNECTOR_HOST: "{{ .Release.Name }}-keto-read.{{ .Release.Namespace }}"
|
OC_PERMISSION_CONNECTOR_READ_HOST: "{{ .Release.Name }}-keto-read.{{ .Release.Namespace }}"
|
||||||
|
OC_PERMISSION_CONNECTOR_WRITE_HOST: "{{ .Release.Name }}-keto-write.{{ .Release.Namespace }}"
|
||||||
OC_PERMISSION_CONNECTOR_PORT: "80"
|
OC_PERMISSION_CONNECTOR_PORT: "80"
|
||||||
OC_PERMISSION_CONNECTOR_ADMIN_PORT: "80"
|
OC_PERMISSION_CONNECTOR_ADMIN_PORT: "80"
|
||||||
OC_LDAP_ENDPOINTS: "{{ .Release.Name }}-openldap.{{ .Release.Namespace }}.svc.cluster.local:389"
|
OC_LDAP_ENDPOINTS: "{{ .Release.Name }}-openldap.{{ .Release.Namespace }}.svc.cluster.local:389"
|
||||||
|
Loading…
Reference in New Issue
Block a user