UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4f239ddf authored by Thomas Runyon's avatar Thomas Runyon
Browse files

reverting some changes back

parent f383375f
No related branches found
No related tags found
1 merge request!419Breaking Change update cert for *.bigbang.dev
Pipeline #222252 passed
......@@ -95,11 +95,10 @@ pre vars:
.deploy_bigbang: &deploy_bigbang
- find ./scripts/deploy -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
- kubectl get secrets -n istio-system wildcard-cert -o jsonpath="{ .data.tls\.crt }" | base64 --decode | openssl x509 -text
.test_bigbang: &test_bigbang
- find ./tests -type f -name '*.sh' | sort | xargs -r -I {} sh -c 'echo {} && sh {}'
clean install:
stage: smoke tests
extends:
......
#!/usr/bin/env bash
# exit on error
# set -e
set -e
# Populate /etc/hosts
ip=$(kubectl -n istio-system get service istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
......
#!/usr/bin/env bash
# exit on error
# set -e
set -e
# Quick check for non iron bank images
echo "Showing images not from ironbank:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment