Skip to content

🌱 Bump kubernetes-sigs/kubebuilder-release-tools from 0.4.0 to 0.4.2 #353

🌱 Bump kubernetes-sigs/kubebuilder-release-tools from 0.4.0 to 0.4.2

🌱 Bump kubernetes-sigs/kubebuilder-release-tools from 0.4.0 to 0.4.2 #353

Workflow file for this run

name: deploy-test
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
deploy-basic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run basic deploy/undeploy
run: |
make kind-cluster
make deploy
kubectl get crds operators.operators.operatorframework.io
kubectl get ns operator-controller-system
make undeploy
! kubectl get ns operator-controller-system
! kubectl get crds operators.operators.operatorframework.io