Skip to content

Instantly share code, notes, and snippets.

@Lowess
Last active December 16, 2021 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lowess/c6731040f5931d0300fb8aa4570a4118 to your computer and use it in GitHub Desktop.
Save Lowess/c6731040f5931d0300fb8aa4570a4118 to your computer and use it in GitHub Desktop.
Helmfile & GitOps Medium Blogpost
<repo>
├── Makefile
├── README.md
├── common.yaml
├── environments.yaml
├── helmfile.yaml
└── releases
└── ops
├── argo-cd
│ ├── helmfile.yaml
│ └── values
├── external-dns
│ ├── helmfile.yaml
│ └── values
├── helmfile.yaml
├── kube-fluentd-operator
│ ├── charts
│ └── helmfile.yaml
├── kube-prometheus-stack
│ ├── helmfile.yaml
│ └── values
└── sealed-secrets
└── helmfile.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment