Last active
December 16, 2021 15:13
-
-
Save Lowess/c6731040f5931d0300fb8aa4570a4118 to your computer and use it in GitHub Desktop.
Helmfile & GitOps Medium Blogpost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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