helm/dev/redis/kustomization.yaml

11 lines
272 B
YAML
Raw Normal View History

2025-01-13 12:43:00 +00:00
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
configMapGenerator:
- name: redis-config
files:
- config/redis.conf