Skip to content

Commit

Permalink
use imagecache for storage calc
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Nov 2, 2020
1 parent 97f4138 commit 5aa512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/storage-calculator/calculate-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ do
${OC} delete deploymentconfig/storage-calc >/dev/null 2>&1

# Start storage-calc deployment
${OC} run --generator=deploymentconfig/v1 --image amazeeio/alpine-mysql-client storage-calc -- sh -c "while sleep 3600; do :; done"
${OC} run --generator=deploymentconfig/v1 --image imagecache.amazeeio.cloud/amazeeio/alpine-mysql-client storage-calc -- sh -c "while sleep 3600; do :; done"
${OC} rollout pause deploymentconfig/storage-calc

# Copy environment variable from lagoon-env configmap.
Expand Down

0 comments on commit 5aa512e

Please sign in to comment.