Skip to content

Commit

Permalink
Merge pull request #706 from saiyam1814/master
Browse files Browse the repository at this point in the history
Install.sh fix
  • Loading branch information
RealHarshThakur committed Mar 20, 2024
2 parents 07910af + 9514e36 commit 6a4f8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions spinkube/install.sh
@@ -1,4 +1,8 @@
#!/bin/sh
#Cert manager check

kubectl wait --for=condition=available --timeout=300s deployment/cert-manager-webhook -n cert-manager

kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.runtime-class.yaml
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.crds.yaml
kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.shim-executor.yaml
Expand Down
3 changes: 0 additions & 3 deletions spinkube/pre_install.sh

This file was deleted.

0 comments on commit 6a4f8cf

Please sign in to comment.