Skip to content

Commit

Permalink
Add small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-catalina committed Jun 9, 2023
1 parent 469740e commit 868066b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion helm-charts/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
#### TODO: secret generation must be handled in order for this chart to work correctly
# Cluster Registry Client Chart

Helm chart for Cluster Registry Client.

## Prerequisites for installing the chart

**Notes**
> Secrets must be created before hand in order for the chart deployment to be successful. The list of secrets that must be generated can be found in the [deployment.yaml](cluster-registry-client/templates/deployment.yaml) file.
## Chart configuration
To see a full list if configurable parameters, check the table generated in the [README.md](cluster-registry-client/README.md) file.
6 changes: 4 additions & 2 deletions helm-charts/cluster-registry-client/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
apiVersion: v2
name: cluster-registry-client
description: Helm chart for Cluster Registry Client.

type: application

home: https://github.com/adobe/cluster-registry

version: 0.1.0
maintainers:
- name: aalexandru
- name: radu-catalina

version: 0.1.0
appVersion: "v1.4.0"
2 changes: 0 additions & 2 deletions helm-charts/cluster-registry-client/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ data:
alertMap: []
{{- end }}
{{- end }}


0 comments on commit 868066b

Please sign in to comment.