Skip to content

Commit fdafff5

Browse files
authored
Merge pull request #57 from valeriano-manassero/patch-1
Fix kustomize build references on README
2 parents 4d9df3f + 0d04ac9 commit fdafff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ This controller relies on the image reflector controller. A working
4040
configuration for the latter can be applied straight from the GitHub
4141
repository:
4242

43-
kustomize build github.com/fluxcd/image-reflector-controller//config/default/?ref=main | kubectl apply -f-
43+
kustomize build https://github.com/fluxcd/image-reflector-controller/config/default/?ref=main | kubectl apply -f-
4444

4545
### Installing the automation controller
4646

4747
You can apply a working configuration directly from GitHub:
4848

49-
kustomize build github.com/fluxcd/image-automation-controller//config/default?ref=main | kubectl apply -f-
49+
kustomize build https://github.com/fluxcd/image-automation-controller/config/default?ref=main | kubectl apply -f-
5050

5151
or, in a clone of this repository,
5252

0 commit comments

Comments
 (0)