argocd to argocd
This commit is contained in:
19
argocd/kustomization.yaml
Normal file
19
argocd/kustomization.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user