From 0e5903b174983a0903a3740b2e7c4f3e549bd6ec Mon Sep 17 00:00:00 2001 From: David Landry Date: Fri, 24 May 2024 23:13:16 -0400 Subject: [PATCH] chore(bootstrap): switch resource format for upstream autopilot manifest --- bootstrap/argo-cd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/argo-cd/kustomization.yaml b/bootstrap/argo-cd/kustomization.yaml index 0146593..826042a 100644 --- a/bootstrap/argo-cd/kustomization.yaml +++ b/bootstrap/argo-cd/kustomization.yaml @@ -18,7 +18,7 @@ configMapGenerator: name: autopilot-secret resources: - - github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17 + - https://github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17 - ./argogrpc.service.yaml - ./ingress.yaml