We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b2699 commit c6a3607Copy full SHA for c6a3607
platform/eks/README.md
@@ -214,6 +214,9 @@ Install a Kubernetes release with the default configuration and a name of `mycom
214
215
If you want to install ODM as a demo mode with the ODM postgreSQL internal data base :
216
217
+- Get the [eks-values.yaml](./eks-values.yaml) file and replace the following keys:
218
+ - `<AWS-AccountId>` is your AWS Account Id
219
+
220
```bash
221
helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 -f eks-values.yaml
222
```
0 commit comments