Skip to content

Commit

Permalink
add ci defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nyambati committed Mar 12, 2024
1 parent 55fcd88 commit 67331fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stable/asqe/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
apiVersion: v2
name: asqe
description: |-
AWS Service Quotas Exporter for Prometheus. export AWS Service adjustable quotas to Prometheus.
type: application
version: 0.1.0
appVersion: "v1.0.2"
home: https://github.com/deliveryhero/asqe
maintainers:
- name: nyambati
email: [email protected]
9 changes: 9 additions & 0 deletions stable/asqe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square)

AWS Service Quotas Exporter for Prometheus. export AWS Service adjustable quotas to Prometheus.

**Homepage:** <https://github.com/deliveryhero/asqe>

## How to install this chart

Add Delivery Hero public chart repo:
Expand Down Expand Up @@ -67,3 +71,8 @@ helm install my-release deliveryhero/asqe -f values.yaml
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| nyambati | <[email protected]> | |
2 changes: 2 additions & 0 deletions stable/asqe/ci/ct-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pod does not start without real API key
replicas: 0

0 comments on commit 67331fd

Please sign in to comment.