toy/kustomize/app/kustomization.yaml
Ryan Cavicchioni af77b895e0
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m21s
Gitea Actions Demo / test (push) Successful in 1m21s
Gitea Actions Demo / release-image (push) Successful in 1m3s
Add a ConfigMap
2024-08-18 01:38:47 -05:00

11 lines
174 B
YAML

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