toy/kustomize/kustomization.yaml
Ryan Cavicchioni ae20830cda
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m14s
Gitea Actions Demo / test (push) Successful in 1m10s
Gitea Actions Demo / release-image (push) Successful in 56s
Remove secret generator
2024-07-25 23:26:20 -05:00

9 lines
149 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: toy
resources:
- deployment.yaml
- services.yaml
- ingress.yaml