Skip to content

Commit 44e8c3e

Browse files
authored
fix provision shard generation for CS depoloy with local DB (#850)
fixes #827 Signed-off-by: Gerd Oberlechner <[email protected]>
1 parent d69be5a commit 44e8c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cluster-service/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ deploy-namespace-template:
3636
deploy-istio-configurations-template:
3737
kubectl apply -f deploy/istio.yml
3838

39-
deploy-local-db-secret: configure-tmp-provision-shard
39+
deploy-local-db-secret: provision-shard
4040
oc process --local -f deploy/openshift-templates/arohcp-secrets-template.yml \
4141
-p PROVISION_SHARDS_CONFIG="$$( base64 -i deploy/provisioning-shards.yml)" | oc apply -f -
4242
oc process --local -f deploy/openshift-templates/arohcp-db-template.yml | oc apply -f -

0 commit comments

Comments
 (0)