14 lines
348 B
YAML
14 lines
348 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
|
|
resources:
|
|
# - https://github.com/argoproj-labs/argocd-image-updater/manifests/base
|
|
- https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/manifests/install.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- argocd-image-updater-config.configmap.yaml
|
|
|