You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/README.md
+27-4
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ Helm chart for Cluster Registry Client.
5
5
## Prerequisites for installing the chart
6
6
7
7
**Notes**
8
-
> Secret management must be handled by the user. Secrets must be created (either by kubectl or by a secret management tool) beforehand in order for the chart deployment to be successful.
8
+
> Secret management must be handled by the user. Secrets must be created (either with kubectl or with a secret management tool) beforehand in order for the chart deployment to be successful.
9
9
> This step is mandatory for the application to run succesfully.
10
10
11
11
Required secret name is `cluster-registry-aws` and required keys are: `AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, SQS_AWS_REGION, SQS_ENDPOINT, SQS_QUEUE_NAME`
12
12
13
-
Example of a secret name and corresponding required keys (can also be found in [deployment.yaml](cluster-registry-client/templates/deployment.yaml) file):
13
+
Example of a secret name and corresponding required keys (used in [deployment.yaml](cluster-registry-client/templates/deployment.yaml) file):
14
14
```yaml
15
15
apiVersion: v1
16
16
data:
@@ -29,7 +29,30 @@ type: Opaque
29
29
## Chart configuration
30
30
To see a full list if configurable parameters, check the table generated in the [README.md](cluster-registry-client/README.md) file.
0 commit comments