-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
469740e
commit 868066b
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,3 @@ data: | |
alertMap: [] | ||
{{- end }} | ||
{{- end }} | ||
|
||
|