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

This commit is contained in:
Zuul 2021-02-01 05:51:38 +00:00 committed by Gerrit Code Review
commit 1de927dfad
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