Commit Graph

8 Commits

Author SHA1 Message Date
2e1950174c New label to get volumes from another service
- fix container name
- the volume-from label works only with "same-pod" label of course. It
  allows the use of the same volume from another service to be shared in
  a same pod. E.g. php-fpm + nginx
2022-05-07 10:07:10 +02:00
d4f89f60c9 Remove label "env-to-services"
Deprecated and really complex to manage with the new mapenv label.
2022-05-06 15:14:57 +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
2869460356 The mapenv label, documented, fixed 2022-05-05 14:04:09 +02:00
dbe9fc25ea Add mapenv label that is more agnostic
- that means that katenary.io/env-to-service is now DEPRECATED
- the yaml style in label is OK, that allows more possibilities and
  adaptation for users
2022-05-05 13:55:33 +02:00
bfe6738348 Use pointer for Value, change RELEASE_NAME const 2022-05-05 11:33:02 +02:00
f10e09eba5 Formatting 2022-05-05 10:23:43 +02:00
053292f37c Add a "ignore" label to skip a service 2022-05-05 10:22:02 +02:00