-
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.
Add support for image pull secrets for the helm chart (#81)
* Add support for image pull secrets for the helm chart * Update helm docs
- Loading branch information
1 parent
1c4b0a0
commit 74757d7
Showing
5 changed files
with
27 additions
and
27 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,15 +1,19 @@ | ||
apiVersion: v2 | ||
name: cluster-registry-client | ||
description: Cluster Registry is a Rest API representing the source of record for all Kubernetes clusters in the infrastructure fleet. All clusters are automatically registered, and the information is accurately reflected in the Cluster Registry using a client-server architecture. | ||
|
||
description: Cluster Registry is a Rest API representing the source of record for | ||
all Kubernetes clusters in the infrastructure fleet. All clusters are automatically | ||
registered, and the information is accurately reflected in the Cluster Registry | ||
using a client-server architecture. | ||
|
||
type: application | ||
home: https://github.com/adobe/cluster-registry | ||
|
||
maintainers: | ||
- name: aalexandru | ||
email: [email protected] | ||
- name: radu-catalina | ||
email: [email protected] | ||
- name: aalexandru | ||
email: [email protected] | ||
- name: radu-catalina | ||
email: [email protected] | ||
|
||
version: 0.1.3 | ||
appVersion: "v1.4.1" | ||
version: 0.1.4 | ||
appVersion: v1.4.2 |
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
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
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
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