You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
When mounting a ConfigMap on kubernetes,
it erases the content of the directory.
That's why a second directory is required
in order to preserve static configuration files.
Also updated README to explain where the config files are.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ This repository contains the Dockerfiles for Objectif Libre's official images.
4
4
5
5
## CloudKitty
6
6
7
+
If you wish to configure CloudKitty, the configuration files are located here :
8
+
9
+
-`/etc/cloudkitty/metrics.yml`
10
+
-`/etc/cloudkitty/cloudkitty.conf`
11
+
12
+
Please, refer to the [documentation of cloudkitty](https://docs.openstack.org/cloudkitty/latest/admin/configuration/configuration.html) if you don't know how to use theses files.
13
+
7
14
### api
8
15
9
16
Contains the Dockerfile for CloudKitty's API and its dependencies.
0 commit comments