16 lines
260 B
YAML
16 lines
260 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
|
|
resources:
|
|
- https://github.com/argoproj-labs/argocd-image-updater/manifests/base
|
|
|
|
|
|
# patches:
|
|
# - path: ./restic-commands.yaml
|
|
# target:
|
|
# kind: CronJob
|
|
|