fix: `k8s start caddy` command

Caddy was not properly starting because its associated configmap was not
starting.

Close #577.
This commit is contained in:
Régis Behmo 2022-01-27 10:10:53 +01:00 committed by Régis Behmo
parent 36c1ac0aa4
commit bc87f78866
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix `k8s start caddy` command.
## v13.1.2 (2022-01-30)
- [Bugfix] Fix auto-renewal of certificates revoked by Let's Encrypt (see [discussion](https://community.letsencrypt.org/t/questions-about-renewing-before-tls-alpn-01-revocations/170449/21)).

View File

@ -30,6 +30,9 @@ configMapGenerator:
- name: caddy-config
files:
- apps/caddy/Caddyfile
options:
labels:
app.kubernetes.io/name: caddy
- name: openedx-settings-lms
files:{% for file in "apps/openedx/settings/lms"|walk_templates %}
- {{ file }}{% endfor %}