mirror of https://github.com/renovatebot/renovate
18 lines
318 B
YAML
18 lines
318 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: testing-namespace
|
|
|
|
bases:
|
|
- git@github.com:moredhel/remote-kustomize.git?ref=v0.0.1
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- github.com/fluxcd/flux/deploy?ref=1.19.0
|
|
|
|
components:
|
|
- github.com/fluxcd/flux/memcache-dep?ref=1.18.0
|
|
|
|
images:
|
|
- name: nginx
|