Skip to content

Commit

Permalink
helmfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Nov 22, 2023
1 parent 2a7163a commit 43b6c08
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 09-helmfile/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [What is Helmfile ?](https://helmfile.readthedocs.io/en/latest/#about)

> **Helmfile is a declarative spec for deploying helm charts. It lets you…**
* **Keep a directory of chart value files and maintain changes in version control.**
* **Apply CI/CD to configuration changes.**
* **Periodically sync to avoid skew in environments.**

16 changes: 16 additions & 0 deletions 09-helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repositories:
- name: lerndevops
url: https://lerndevops.github.io/helm-charts/
- name: bitnami
url: https://charts.bitnami.com/bitnami
- name: jenkins
url: https://charts.jenkins.io

releases:
- name: nginx-rel
namespace: nginx
createNamespace: true
atomic: true
#vaulues:
chart: lerndevops/nginxdemo
version: 0.3

0 comments on commit 43b6c08

Please sign in to comment.