diff --git a/README.md b/README.md index ae673bb..9008c52 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ All are identical multi-arch images built for `amd64`, `arm64`, `arm/v7`, `ppc64 # Usage -Example for a simple deployment can be found in [`example.yaml`](./example.yaml). Depending on the cluster setup you have to grant yourself admin rights first: +Example for a simple deployment can be found in [`example.yaml`](./examples/example.yaml). Depending on the cluster setup you have to grant yourself admin rights first: ```shell kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-admin --user $(gcloud config get-value account) ``` @@ -92,4 +92,4 @@ If the filename ends with `.url` suffix, the content will be processed as a URL | `LOG_LEVEL` | Set the logging level. (DEBUG, INFO, WARN, ERROR, CRITICAL) | false | `INFO` | string | | `LOG_FORMAT` | Set a log format. (JSON or LOGFMT) | false | `JSON` | string | | `LOG_TZ` | Set the log timezone. (LOCAL or UTC) | false | `LOCAL` | string | -| `LOG_CONFIG` | Log configuration file path. If not configured, uses the default log config for backward compatibility support. When not configured `LOG_LEVEL, LOG_FORMAT and LOG_TZ` would be used. Refer to [Python logging](https://docs.python.org/3/library/logging.config.html) for log configuration. For sample configuration file refer to file examples/example_logconfig.yaml | false | - | string | \ No newline at end of file +| `LOG_CONFIG` | Log configuration file path. If not configured, uses the default log config for backward compatibility support. When not configured `LOG_LEVEL, LOG_FORMAT and LOG_TZ` would be used. Refer to [Python logging](https://docs.python.org/3/library/logging.config.html) for log configuration. For sample configuration file refer to file examples/example_logconfig.yaml | false | - | string |