1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Use git remote-base instead of zip-archive for cloud image-update example

Signed-off-by: leigh capili <leigh@null.net>
This commit is contained in:
leigh capili
2021-02-22 15:11:15 -07:00
committed by Hidde Beydals
parent bb9eca7232
commit b5027d8f3f

View File

@@ -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
```