2 Commits

Author SHA1 Message Date
1d8541ee82 convert rollout to deployment
Some checks failed
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Has been cancelled
2025-02-07 00:19:16 -06:00
8bfa8832f4 kustomize: remove namespace that does not exist yet 2025-02-07 00:19:16 -06:00
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
apiVersion: v1
kind: Service
apiVersion: apps/v1
kind: Deployment
metadata:
name: kipunji
annotations:

View File

@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: kipunji
namespace: kipunji
resources:
- namespace.yaml
- ./app