diff --git a/infrastructure/03-traefik/base/argo-cd-ui-ingress.yaml b/infrastructure/03-traefik/base/argo-cd-ui-ingress.yaml index 7ba72d0..0f58fa6 100644 --- a/infrastructure/03-traefik/base/argo-cd-ui-ingress.yaml +++ b/infrastructure/03-traefik/base/argo-cd-ui-ingress.yaml @@ -13,4 +13,4 @@ spec: - name: argocd-server port: 80 tls: - certResolver: myresolver + certResolver: default diff --git a/infrastructure/03-traefik/base/traefik-helm-chart.yaml b/infrastructure/03-traefik/base/traefik-helm-chart.yaml index a13fb93..af068bc 100644 --- a/infrastructure/03-traefik/base/traefik-helm-chart.yaml +++ b/infrastructure/03-traefik/base/traefik-helm-chart.yaml @@ -1,8 +1,8 @@ apiVersion: builtin kind: HelmChartInflationGenerator metadata: - name: traefik-ingress-controller -name: traefik-ingress-controller + name: traefik +name: traefik namespace: traefik releaseName: latest repo: https://traefik.github.io/charts