Skip to content

Commit

Permalink
fix latest release CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Pareek <[email protected]>
  • Loading branch information
DelusionalOptimist committed Jun 26, 2023
1 parent 4f5b8ac commit d263cec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
fi
RUNTIME=docker ./contribution/k3s/install_k3s.sh
- name: Install KubeArmor controller
run: ./.github/workflows/install-kubearmor-controller.sh

- name: Generate KubeArmor artifacts
run: GITHUB_SHA=$GITHUB_SHA ./KubeArmor/build/build_kubearmor.sh ${{ steps.vars.outputs.tag }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ rm -rf LICENSES cmctl.tar.gz
kubectl apply -f deployments/controller/cert-manager.yaml
kubectl wait pods --for=condition=ready -n cert-manager -l app.kubernetes.io/instance=cert-manager
cmctl check api --wait 300s
kubectl apply -f deployments/controller/kubearmor-controller.yaml
kubectl apply -f deployments/controller/kubearmor-controller-mutating-webhook-config.yaml
kubectl wait pods --for=condition=ready -n kube-system -l kubearmor-app=kubearmor-controller
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
issuerRef:
kind: Issuer
name: kubearmor-controller-selfsigned-issuer
secretName: webhook-server-cert
secretName: kubearmor-controller-webhook-server-cert
---
apiVersion: cert-manager.io/v1
kind: Issuer
Expand All @@ -26,6 +26,7 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: kube-system/kubearmor-controller-serving-cert
name: kubearmor-controller-mutating-webhook-configuration
namespace: kube-system
webhooks:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit d263cec

Please sign in to comment.