Hey @tony-meyer , here’s what you’re asking for
- the tutorial is here: catalogue-k8s - Getting started ; this is also linked from the docs index page (catalogue-k8s - index)
- the integration test you’re asking for is added in this PR: chore: conform with public listing requirements by lucabello · Pull Request #173 · canonical/catalogue-k8s-operator · GitHub
- I tried changing
update-ca-certificates
to/usr/sbin/update-ca-certificates
, but for some reason tests are failing; since this would probably require some investigation (which I doubt would be prioritized anytime soon), could we have a temporary exception for this charm? There are a few quirks here:- this charm is one of the very few that doesn’t use a rock yet
- usually we run
update-ca-certificates
in the workload container, but here it seems to be running in the charm-container?