mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
14 lines
224 B
YAML
14 lines
224 B
YAML
resources:
|
|
- ../../base
|
|
|
|
configmapGenerator:
|
|
- name: crawler-http-cache
|
|
literals:
|
|
- redis-cache-url="redis://redis-http-cache:6379"
|
|
|
|
|
|
secretGenerator:
|
|
- name: github-access-token
|
|
files:
|
|
- token=github_api_secret.txt
|