20 lines
491 B
YAML
20 lines
491 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
helmCharts:
|
|
- includeCRDs: true
|
|
name: &name argo-cd
|
|
releaseName: *name
|
|
repo: https://argoproj.github.io/argo-helm/
|
|
valuesFile: values.yaml
|
|
version: 9.2.4
|
|
|
|
resources:
|
|
- ./redis.yaml
|
|
- ./oidc-auth.yaml
|
|
- ./monitoring.yaml
|
|
- ./applications/argocd-applications.yaml
|
|
- ssh://git@git.k-space.ee/secretspace/kube/argocd # deploy key, used at k-space/kube, secretspace/kube, secretspace/members
|