From 7033fd4af7fece0d3cd00173937679b52f1eb80d Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 8 Jul 2019 17:21:52 +0200 Subject: [PATCH] pg formatting --- docs/administrator.md | 2 +- docs/reference/command_line_and_environment.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/administrator.md b/docs/administrator.md index 26ce3f8dd..45477b674 100644 --- a/docs/administrator.md +++ b/docs/administrator.md @@ -99,7 +99,7 @@ some privileges not really used by the operator (i.e. we only need `list` and breaking things if someone decides to configure the same service account in the operator's ConfigMap to run Postgres clusters. -### Give K8S users access to create/list postgresqls +### Give K8S users access to create/list `postgresqls` By default `postgresql` custom resources can only by listed and changed by cluster admins. To allow read and/or write access to other human users apply diff --git a/docs/reference/command_line_and_environment.md b/docs/reference/command_line_and_environment.md index 210956e47..bcbe6f41d 100644 --- a/docs/reference/command_line_and_environment.md +++ b/docs/reference/command_line_and_environment.md @@ -54,5 +54,5 @@ The following environment variables are accepted by the operator: default is 30s. * **CRD_READY_WAIT_INTERVAL** - defines the interval between consecutive attempts waiting for the postgresql - CRD to be created. The default is 5s. + defines the interval between consecutive attempts waiting for the + `postgresql` CRD to be created. The default is 5s.