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