Michael Bridgen
8449e72702
Make patches work with kustomize build
...
kustomize build ./config/default hiccoughs on the patches (due to a
mismatch of namespace), while `kubectl apply -k` doesn't. I think this
change will make both work.
2020-07-27 16:06:03 +01:00
Michael Bridgen
ddf988b974
Line up default config
...
- create the namespace that's part of the kustomization
- get names right in the patches
- don't use a name prefix, it just confuses things
2020-07-27 13:36:30 +01:00
Michael Bridgen
baf50cd4fc
Initialise controller scaffolding
...
go mod init github.com/squaremo/image-automation-controller
kubebuilder init --domain=fluxcd.io
$EDITOR hack/boilerplate.go.txt
2020-07-18 15:23:13 +01:00