Merge pull request #966 from stealthybox/fixup-az-imgup-kustomize-build

Use git remote-base instead of zip-archive for cloud image-update example
This commit is contained in:
Stefan Prodan 2021-02-23 11:39:59 +02:00 committed by GitHub
commit d54e7559a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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