Skip to content

Commit 04915e5

Browse files
Merge pull request #144 from cyberark/doodlesbykumbi-patch-1
Fix conjur-oss helm chart README example for deploying Without Persistent Volume Support
2 parents be3c676 + 771c591 commit 04915e5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

conjur-oss/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,9 @@ are Helm installing a Conjur cluster on such a platform, then it is possible
406406
to install the cluster without persistent storage of Conjur secrets
407407
configuration 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

413413
Using this flag means that your Conjur policies and secrets will not be
414414
stored 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
429429
Conjur cluster without LoadBalancer support by using the following
430430
chart setting:
431431

432-
```
433-
--set service.external.enabled=false
434-
```
432+
```
433+
--set service.external.enabled=false
434+
```
435435

436436
Using this flag will result in a Conjur deployment that uses services of
437437
type `NodePort` rather then `LoadBalancer`.

0 commit comments

Comments
 (0)