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

Use git remote-base instead of zip-archive for cloud image-update example
pull/981/head
Stefan Prodan 4 years ago committed by GitHub
commit d54e7559a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save