mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
1ceca471be
* feat(contrib/helm): evaluate the provided passwordSecretName value as a template Useful to reuse some defined variables or functions directly to compute the value (external chart for instance, that depends on this one) example: '{{ include "something.defined.elsewhere" $ }}-secrets' Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com> * update golden tests --------- Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com> Co-authored-by: Raphael Glon <oOraph@users.noreply.github.com> Co-authored-by: Tarun Pothulapati <tarun@dragonflydb.io>
4 lines
382 B
Text
4 lines
382 B
Text
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
|
|
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
|
|
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
|