~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost:psql-relation

Last commit made on 2020-05-26
Get this branch:
git clone -b psql-relation https://git.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost
Only Paul Collins can upload to this branch. If you are Paul Collins please log in for upload directions.

Branch merges

Branch information

Recent commits

03cd18a... by Paul Collins

explicit relation

cb87e56... by Paul Collins

specify db relation limit in metadata.yaml, remove unneeded code, rename methods

6e5bca0... by Paul Collins

configure_pod: check and refer db relation before leader check

706d0cb... by Paul Collins

typo

01c1d3e... by Paul Collins

update README.md

536cf7e... by Paul Collins

remove manual postgresql config

54c5b28... by Paul Collins

initial support for the db relation

ee514cb... by Paul Collins

ignore backup files

7181f1d... by Paul Collins

add interface-pgsql submodule

e56aa8d... by Paul Collins

add dispatch for Juju 2.8

For k8s charms, the first hook invoked by Juju 2.7 is start.
Juju 2.8 invokes the install hook first, which can lead to
missed hook calls. Juju 2.8 also supports a top-level
dispatch handler, so just use that instead.

This commit also updates the operator submodule, since
the currently committed version doesn't support dispatch.