File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -406,9 +406,9 @@ are Helm installing a Conjur cluster on such a platform, then it is possible
406406to install the cluster without persistent storage of Conjur secrets
407407configuration and data by using the following chart setting:
408408
409- ```
410- --set persistentVolume.create=false
411- ```
409+ ```
410+ --set postgres. persistentVolume.create=false
411+ ```
412412
413413Using this flag means that your Conjur policies and secrets will not be
414414stored persistently across pod resets, so this is intended to be used
@@ -429,9 +429,9 @@ An alternative to using a software load balancer would be to install the
429429Conjur cluster without LoadBalancer support by using the following
430430chart setting:
431431
432- ```
433- --set service.external.enabled=false
434- ```
432+ ```
433+ --set service.external.enabled=false
434+ ```
435435
436436Using this flag will result in a Conjur deployment that uses services of
437437type ` NodePort ` rather then ` LoadBalancer ` .
You can’t perform that action at this time.
0 commit comments