revert 1ac657d4f7292cecb0b57b0675a2846d54ada2a6
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s

revert guess i can't make it pretty :c
This commit is contained in:
Lee 2024-09-23 21:43:44 +00:00
parent 1ac657d4f7
commit 138f7b2982
8 changed files with 7 additions and 11 deletions

View File

@ -4,14 +4,10 @@ kind: Kustomization
namespace: drone-ci namespace: drone-ci
resources: resources:
- namespace.yaml - namespace.yaml
- sealed-secrets.yaml - ./server/sealed-secrets.yaml
- ./server/pvc.yaml
# Server - ./server/server-deployment.yaml
- pvc.yaml - ./server/service.yaml
- server-deployment.yaml - ./server/ingress.yaml
- service.yaml - ./runner/runner-deployment.yaml
- ingress.yaml - ./runner/rbac.yaml
# Runner
- runner-deployment.yaml
- rbac.yaml