Commit Graph

4 Commits

Author SHA1 Message Date
Michael Bridgen 3666b91366 Change config/ to be in line with GOTK
Broadly,

 - remove prometheus, webhooks and certificate handling
 - use standard names and filenames
 - don't authenticate the metrics endpoint

Signed-off-by: Michael Bridgen <michael@weave.works>
2020-11-23 17:15:05 +00:00
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