Revert "feat(Gatekeeper): Adds gatekeeper to K8s deployment"

This reverts commit 7522da6cc14154dea964a4d25362c426c0ee0034.

Reason for revert: Gate is sporadically failing

Change-Id: I813f16505b23dcd97980b149b440af53130df908
This commit is contained in:
Stacey Fletcher 2021-01-29 05:14:43 +00:00
parent 7522da6cc1
commit 02aabeba99
3 changed files with 0 additions and 16 deletions

View File

@ -35,7 +35,6 @@ Vagrant.configure("2") do |config|
./tools/gate/jarvis/010-pre-setup.sh
./tools/gate/jarvis/050-setup-development-ca.sh
./tools/gate/jarvis/100-deploy-k8s.sh
./tools/gate/jarvis/150-deploy-gatekeeper.sh
./tools/gate/jarvis/200-deploy-support.sh
./tools/gate/jarvis/300-deploy-loki.sh
./tools/gate/jarvis/400-deploy-harbor.sh

View File

@ -1,14 +0,0 @@
#!/bin/bash
set -ex
helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
# NOTE: This chart creates objects in gatekeeper-system
# shellcheck disable=SC2046
helm upgrade \
--install \
--namespace=kube-system \
gatekeeper \
gatekeeper/gatekeeper \
$(./tools/deployment/common/get-values-overrides.sh gatekeeper)
./tools/deployment/common/wait-for-pods.sh gatekeeper-system

View File

@ -33,7 +33,6 @@
gate_scripts:
- ./tools/gate/jarvis/050-setup-development-ca.sh
- ./tools/gate/jarvis/100-deploy-k8s.sh
- ./tools/gate/jarvis/150-deploy-gatekeeper.sh
- ./tools/gate/jarvis/200-deploy-support.sh
- ./tools/gate/jarvis/300-deploy-loki.sh
- ./tools/gate/jarvis/400-deploy-harbor.sh