Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexcah committed Nov 22, 2023
1 parent 0bcb44f commit d4305b0
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 43 deletions.
2 changes: 1 addition & 1 deletion stable/k8s-resources/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
version: 0.6.6
appVersion: 0.0.1
version: 0.6.6
name: k8s-resources
description: |
Not an application but a Helm chart to create any and many resources in Kubernetes.
Expand Down
89 changes: 48 additions & 41 deletions stable/k8s-resources/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# k8s-resources

![Version: 0.6.6](https://img.shields.io/badge/Version-0.6.6-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)




![Version: 0.6.6](https://img.shields.io/badge/Version-0.6.6-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

Not an application but a Helm chart to create any and many resources in Kubernetes.

Currently supports:
Expand All @@ -18,41 +20,46 @@ Currently supports:
- ScaledObject (KEDA)

Every resource type can have custom labels, annotations or a `fullnameOverride` set. See default [values.yaml](https://github.com/deliveryhero/helm-charts/blob/master/stable/k8s-resources/values.yaml) for examples.

**Homepage:** <https://github.com/deliveryhero/helm-charts>

## How to install this chart

Add Delivery Hero public chart repo:

```console
helm repo add deliveryhero https://charts.deliveryhero.io/
```

A simple install with default values:

```console
helm install deliveryhero/k8s-resources
```

To install the chart with the release name `my-release`:

```console
helm install my-release deliveryhero/k8s-resources
```

To install with some set values:

```console
helm install my-release deliveryhero/k8s-resources --set values_key1=value1 --set values_key2=value2
```

To install with custom values file:

```console
helm install my-release deliveryhero/k8s-resources -f values.yaml
```



**Homepage:** <https://github.com/deliveryhero/helm-charts>

## How to install this chart

Add Delivery Hero public chart repo:

```console
helm repo add deliveryhero https://charts.deliveryhero.io/
```

A simple install with default values:

```console
helm install deliveryhero/k8s-resources
```

To install the chart with the release name `my-release`:

```console
helm install my-release deliveryhero/k8s-resources
```

To install with some set values:

```console
helm install my-release deliveryhero/k8s-resources --set values_key1=value1 --set values_key2=value2
```

To install with custom values file:

```console
helm install my-release deliveryhero/k8s-resources -f values.yaml
```





## Values

| Key | Type | Default | Description |
Expand All @@ -69,10 +76,10 @@ helm install my-release deliveryhero/k8s-resources -f values.yaml
| ServiceAccounts | list | `[]` | A list ServiceAccount to create |
| Services | list | `[]` | A list Service to create |
| fullnameOverride | string | `""` | Override the full name of resources |
| nameOverride | string | `""` | Override the name of resources |

| nameOverride | string | `""` | Override the name of resources |

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| max-rocket-internet | <[email protected]> | |
| max-rocket-internet | <[email protected]> | |
2 changes: 1 addition & 1 deletion stable/k8s-resources/ci/ct-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CronJobs:
- "-c"
- "'echo yes'"
imagePullSecrets:
- name : regcred
- name: regcred

ConfigMaps:
- name: example-cm
Expand Down

0 comments on commit d4305b0

Please sign in to comment.