Skip to content

Commit

Permalink
Use full URL for Argo CD manifest
Browse files Browse the repository at this point in the history
This works around the issue discussed in
argoproj/argo-cd#3814 due to changes in
kustomize and go-getter. Essentially, with the `//` technique of
downloading a single directory, other directories outside that tree
couldn't be resolved.
  • Loading branch information
jonathansick committed Jul 1, 2020
1 parent 0e9a106 commit bff42c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/argo-cd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=v1.6.1
- https://github.com/argoproj/argo-cd/manifests/cluster-install?ref=v1.6.1
- resources/argocd-ui-ingress.yaml
- resources/argocd-grpc-ingress.yaml
- resources/argocd-metrics.yaml
Expand Down

0 comments on commit bff42c0

Please sign in to comment.