-
Notifications
You must be signed in to change notification settings - Fork 11
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
63a6452
commit b594901
Showing
5 changed files
with
60 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Changes in version 0.1.0 | ||
|
||
### New Features | ||
|
||
* add subscribe command to follow secret pubsub events (cakemanny) | ||
|
||
### Bug Fixes | ||
|
||
* helm: fix RBAC for allNamespaces (cakemanny) | ||
|
||
### Documentation | ||
|
||
* mention changes to creating secrets (cakemanny) | ||
* update readme and helm chart for pubsub notifications (cakemanny) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,40 @@ | ||
# golang application | ||
# gsm-controller | ||
|
||
![Version: 0.1.0-SNAPSHOT](https://img.shields.io/badge/Version-0.1.0--SNAPSHOT-informational?style=flat-square) | ||
|
||
A Helm chart for Kubernetes | ||
|
||
**Homepage:** <https://github.com/jenkins-x-labs/gsm-controller> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| allNamespaces | bool | `false` | | | ||
| cron.enabled | bool | `true` | | | ||
| cron.schedule | string | `"*/5 * * * *"` | | | ||
| deployment.enabled | bool | `true` | | | ||
| deployment.pubsub.enabled | bool | `false` | | | ||
| deployment.pubsub.subscription | string | `""` | | | ||
| env | string | `nil` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"draft"` | | | ||
| image.tag | string | `"dev"` | | | ||
| jx.releaseCRD | bool | `false` | | | ||
| jxRequirements.ingress.annotations | string | `nil` | | | ||
| jxRequirements.ingress.apiVersion | string | `"extensions/v1beta1"` | | | ||
| jxRequirements.ingress.domain | string | `""` | | | ||
| jxRequirements.ingress.externalDNS | bool | `false` | | | ||
| jxRequirements.ingress.namespaceSubDomain | string | `"-jx."` | | | ||
| jxRequirements.ingress.tls.email | string | `""` | | | ||
| jxRequirements.ingress.tls.enabled | bool | `false` | | | ||
| jxRequirements.ingress.tls.production | bool | `false` | | | ||
| projectID | string | `nil` | | | ||
| replicaCount | int | `1` | | | ||
| resources.limits.cpu | string | `"100m"` | | | ||
| resources.limits.memory | string | `"256Mi"` | | | ||
| resources.requests.cpu | string | `"80m"` | | | ||
| resources.requests.memory | string | `"128Mi"` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) |
Binary file not shown.
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