kipunji/kustomize/kustomization.yaml

13 lines
225 B
YAML
Raw Normal View History

2024-07-02 21:32:38 +00:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: toy
resources:
- deployment.yaml
2024-07-03 04:56:04 +00:00
- services.yaml
2024-07-04 02:10:35 +00:00
- ingress.yaml
2024-07-21 16:35:01 +00:00
secretGenerator:
- name: toy-session-secret
files:
- secret.txt