Commit Graph

4 Commits

Author SHA1 Message Date
b1b96d8318 A big commit to fix more things, see details
- ingress can now have annotations
- configmaps are better named and there is a label to know from where
  the content is taken
- fixed bad "nil" pointer checks
- we force to not resolve paths from compose file, this should be a
  problem when we call the compose file from outside. So, TODO: check
  this!
- the "project" label is now the Chart Name, not a static string
- minor fixes
2022-05-06 20:18:10 +02:00
1b9ac9ca8a Changed behavio on environment
- variables are all in values.yaml as "template string". This means that
  we can now set values to reference others (useful with mapenv label)
- we can also set any variable as a secret
2022-05-06 09:55:12 +02:00
bfe6738348 Use pointer for Value, change RELEASE_NAME const 2022-05-05 11:33:02 +02:00
b6f2e480ba Refacto to split types 2022-05-05 09:43:52 +02:00