File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ cp values-secret.yaml.template ~/values-secret-netapp-dr-starter-kit.yaml
5858printf ' %s\n' ' YourSecurePassword' > ~ /.fsx
5959chmod 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```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments