(feature) enabling helm deployment of feature flags
Added the configMap for our features block Templated the values in values.yaml Deliberately left out production values. Don't know which ones should be on or off
0/1 thread resolved
changed milestone to %sprint: Interesting Iguana
- Last updated by Mark Harding
507 507 'film', 508 508 'minds', 509 509 ]); 510 511 $CONFIG->set('features', [ 512 'es-feeds' => {{ .Values.features.es-feeds }}, - Owner
might need to add the
| quote
pipe to prevent syntax errors - Owner
hmm. so we have the 'canary' flag but also booleans too.