initial working but bare setup
This commit is contained in:
22
base/kustomization.yaml
Normal file
22
base/kustomization.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
|
||||
- postgres.yaml
|
||||
|
||||
- worldfile.pvc.yaml
|
||||
- importer.cronjob.yaml
|
||||
- importer.configmap.yaml
|
||||
|
||||
|
||||
images:
|
||||
- name: importer
|
||||
newName: iboates/osm2pgsql
|
||||
newTag: 2.1.0-nightly
|
||||
- name: download
|
||||
newName: curlimages/curl
|
||||
newTag: 8.4.0
|
||||
Reference in New Issue
Block a user