mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
Move hack/crawl under api/internal
This commit is contained in:
13
api/internal/crawl/config/crawler/base/kustomization.yaml
Normal file
13
api/internal/crawl/config/crawler/base/kustomization.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user