Add e2e test for OCSP and new configmap setting

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-16 22:34:12 -04:00
parent 6e8c68d888
commit d18fa90cfd
19 changed files with 1299 additions and 9 deletions

View file

@ -24,6 +24,9 @@ endif
cp $(DIR)/../e2e/wait-for-nginx.sh .
cp -R $(DIR)/../../charts .
# TODO: avoid manual copy
cp -R $(DIR)/../../test/e2e/settings/ocsp/* .
docker buildx build \
--load \
--progress plain \