- Move ExternalSecrets to image-updater-manifests folder - Add manifests source to image-updater Application - Remove unnecessary ignoreDifferences from argocd
12 lines
360 B
YAML
12 lines
360 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# ArgoCD Application (self-managed via Helm chart)
|
|
- argocd.yaml
|
|
# ArgoCD Image Updater Application
|
|
- image-updater.yaml
|
|
# Additional manifests (applied alongside Helm chart)
|
|
- manifests/namespace.yaml
|
|
- manifests/webhook-ingress.yaml
|
|
- manifests/priority-classes.yaml
|