fix(apps): fix clashing resource ids
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s

This commit is contained in:
Lee 2024-09-23 22:39:28 +01:00
parent 4a07c274a6
commit abda2d20e7
3 changed files with 2 additions and 2 deletions

@ -6,8 +6,8 @@ resources:
- namespace.yaml - namespace.yaml
- ./server/sealed-secrets.yaml - ./server/sealed-secrets.yaml
- ./server/pvc.yaml - ./server/pvc.yaml
- ./server/deployment.yaml - ./server/server-deployment.yaml
- ./server/service.yaml - ./server/service.yaml
- ./server/ingress.yaml - ./server/ingress.yaml
- ./runner/deployment.yaml - ./runner/runner-deployment.yaml
- ./runner/rbac.yaml - ./runner/rbac.yaml