From b5027d8f3ff42366f5ce75999ccd3ab7e4651bf0 Mon Sep 17 00:00:00 2001 From: leigh capili Date: Mon, 22 Feb 2021 15:11:15 -0700 Subject: [PATCH] Use git remote-base instead of zip-archive for cloud image-update example Signed-off-by: leigh capili --- docs/guides/image-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index c2623759..300b3d9c 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -819,7 +819,7 @@ Create a directory in your control repository and save this `kustomization.yaml` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/flux2/archive/main.zip//manifests/integrations/registry-credentials-sync/azure +- git@github.com/fluxcd/flux2//manifests/integrations/registry-credentials-sync/azure patchesStrategicMerge: - config-patches.yaml ```