From ffc5700b3b54d073934e559ee3201b72d2d57139 Mon Sep 17 00:00:00 2001 From: Maya Baya Date: Thu, 23 Jun 2022 08:44:50 +0200 Subject: [PATCH] feat: Add support for extraConfigMaps --- README.md | 14 +++++++++++++- .../templates/extra-configmaps.yaml | 9 +++++++++ helm/wordpress-hardened/values.yaml | 2 ++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 helm/wordpress-hardened/templates/extra-configmaps.yaml diff --git a/README.md b/README.md index c65a9c4..e57dea3 100644 --- a/README.md +++ b/README.md @@ -304,14 +304,26 @@ Mounting extra volumes ---------------------- Every file placed in `/mnt/extra-files` will be copied during startup to `/var/www/riotkit/`, this mechanism ensures that -no any file will be created with root-permissions inside of a `/var/www/riotkit` directory - mounting a volume directly could do so. +no any file will be created with root-permissions inside a `/var/www/riotkit` directory - mounting a volume directly could do so. ```yaml +# create extra ConfigMaps +extraConfigMaps: + - name: my-configmap-name + data: + something.php: | +