mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Also change Argo CD to use a proper certificate Signed-off-by: Vegard Hagen <[email protected]>
17 lines
315 B
YAML
17 lines
315 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ns.yaml
|
|
# - http-route.yaml
|
|
- tls-route.yaml
|
|
- oidc.yaml
|
|
|
|
helmCharts:
|
|
- name: argo-cd
|
|
repo: https://argoproj.github.io/argo-helm
|
|
version: 8.1.3
|
|
releaseName: "argocd"
|
|
namespace: argocd
|
|
valuesFile: values.yaml
|