Skip to content

Commit 7985d8a

Browse files
committed
update docs and sterilize s3 bucket from values-global
1 parent a8df829 commit 7985d8a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ cp values-secret.yaml.template ~/values-secret-netapp-dr-starter-kit.yaml
5858
printf '%s\n' 'YourSecurePassword' > ~/.fsx
5959
chmod 600 ~/.fsx
6060

61+
# Define a s3 bucket name for the appVault
62+
vi values-global.yaml
63+
tridentProtect:
64+
appVault:
65+
enabled: true
66+
name: s3-appvault
67+
s3:
68+
bucketName: '' # must provide a bucketName - if it doesn't exist, crossplane will create it.
69+
region: us-west-1 # region in which the bucket resides
70+
6171
# Install the Validated Pattern on a target cluster (from Makefile-common; uses Podman)
6272
./pattern.sh make install
6373
```

values-global.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tridentProtect:
1414
enabled: true
1515
name: s3-appvault
1616
s3:
17-
bucketName: trident-protect-bucket-name
17+
bucketName: "" # crossplane will create the s3 bucket if it doesn't exist
1818
region: us-west-1
1919
applications:
2020
- name: boutique

0 commit comments

Comments
 (0)