more context
This commit is contained in:
parent
7c9d946b62
commit
23f83da3d5
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
| :exclamation: | This is an extremely naiive implementation and might be not what you really want, but it's better than nothing. |
|
| :exclamation: | This is an extremely naiive implementation and might be not what you really want, but it's better than nothing. |
|
||||||
|----------------|:------------------------|
|
|----------------|:------------------------|
|
||||||
|
|
||||||
|
The actual intent of this is to create a basic structure for you to refine, when you currently have helmfile and want to move to argoCD.
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
- It strips **ALL** templating from the yaml file. Naiively, with a regex.
|
- It strips **ALL** templating from the yaml file. Naiively, with a regex.
|
||||||
|
|
@ -15,3 +17,8 @@
|
||||||
|
|
||||||
- "Magic". For example, it won't replace hardcoded https://path.to/some/tarball-helm-chart.tgz with something that is argo-compatible. Point to a real helm repo, an oci repo or a git repo, argo can deal with those.
|
- "Magic". For example, it won't replace hardcoded https://path.to/some/tarball-helm-chart.tgz with something that is argo-compatible. Point to a real helm repo, an oci repo or a git repo, argo can deal with those.
|
||||||
- Multiple environments. There's not an opinionated "this is how you do it in argo" for that, so you need to work out what to do there. You can pass the environment you want to use in, and if you're using "environment" values, they'll be included in the application object for you.
|
- Multiple environments. There's not an opinionated "this is how you do it in argo" for that, so you need to work out what to do there. You can pass the environment you want to use in, and if you're using "environment" values, they'll be included in the application object for you.
|
||||||
|
- The same as helmfile, sometimes. For example, it will only descend one level deep of helmfile references and values in the sub helmfiles might leak upwards.
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
This was written on trains and in cafes in my personal time, don't expect too much from it, use it if it's useful to you.
|
||||||
Loading…
Add table
Reference in a new issue