Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Typos #2

Open
enza252 opened this issue Nov 11, 2021 · 0 comments
Open

README Typos #2

enza252 opened this issue Nov 11, 2021 · 0 comments

Comments

@enza252
Copy link

enza252 commented Nov 11, 2021

Hi there,

Attempted to push to a branch to correct some typos in the README but got permission denied.

Here's the raw of the changes.

# Helm Charts

Collection of charts that can be used for any type of deployment


## Base Chart

`./charts/base`

This chart used as a collection of templates and functions

## other charts

All other charts include `base` chart as dependency
```
dependencies:
  - name: base
    repository: file://../base
```

Required templates are being loaded with:
```
{{ include "base.configmaps" . }}
{{ include "base.secrets" . }}
{{ include "base.service" . }}
{{ include "base.ingress" . }}
{{ include "base.deployment" . }}
```

## How to use helm repo

Create values.yaml file
```
image:
  repository: "juriku/curl-jq-bash-alpine-docker"

command:
  - "sh"
  - "-c"
  - "sleep 60"
```

```
helm repo add baseCharts https://yapily.github.io/helm-charts
```

```
helm install my-release baseCharts/app -f my-release/values.yaml
```

## Extra options

Check default `values.yaml` file for extra parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant