mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-13 04:36:51 +00:00
fix test deploy files
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
sed -ri "s|'(quay.io/fairwinds/polaris:).+'|'\1${CIRCLE_SHA1}'|" ./deploy/dashboard.yaml
|
||||
# TODO: remove this after 1.0 is released
|
||||
sed -i "s/--dashboard/dashboard/" ./deploy/dashboard.yaml
|
||||
|
||||
|
||||
function check_dashboard_is_ready() {
|
||||
|
||||
@@ -3,6 +3,8 @@ set -e
|
||||
|
||||
#sed is replacing the polaris version with this commit sha so we are testing exactly this verison.
|
||||
sed -ri "s|'(quay.io/fairwinds/polaris:).+'|'\1${CIRCLE_SHA1}'|" ./deploy/webhook.yaml
|
||||
# TODO: remove this after 1.0 is released
|
||||
sed -i "s/--webhook/webhook/" ./deploy/webhook.yaml
|
||||
|
||||
# Testing to ensure that the webhook starts up, allows a correct deployment to pass,
|
||||
# and prevents a incorrectly formatted deployment.
|
||||
|
||||
Reference in New Issue
Block a user