2024-04-26 07:19:52 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: argo-system
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- resources/namespace.yaml
|
2024-04-26 08:19:53 +00:00
|
|
|
- resources/secret.git-age.yaml
|
|
|
|
- resources/configmap.git.yaml
|
2024-04-26 07:19:52 +00:00
|
|
|
- resources/dragonfly.yml
|
|
|
|
- resources/http_routes.yaml
|
|
|
|
|
|
|
|
labels:
|
|
|
|
- includeSelectors: true
|
|
|
|
pairs:
|
|
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
app.kubernetes.io/part-of: argocd
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
- name: argo-cd
|
|
|
|
repo: https://argoproj.github.io/argo-helm
|
|
|
|
releaseName: argo-cd
|
|
|
|
namespace: argo-system
|
2024-05-01 03:34:09 +00:00
|
|
|
version: "6.7.18"
|
2024-04-26 07:19:52 +00:00
|
|
|
valuesFile: config/values.argo-cd.yaml
|