mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Use correct templateoptions for helm charts
This commit is contained in:
parent
ec1d0a5272
commit
d2a1a6dc1d
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ func main() {
|
||||||
}
|
}
|
||||||
// Execute to tmp buffer
|
// Execute to tmp buffer
|
||||||
tmpBuf := &bytes.Buffer{}
|
tmpBuf := &bytes.Buffer{}
|
||||||
t.Execute(tmpBuf, templateOptions)
|
t.Execute(tmpBuf, chartTemplateOptions)
|
||||||
// Add tmp buffer to output, unless empty
|
// Add tmp buffer to output, unless empty
|
||||||
if strings.TrimSpace(tmpBuf.String()) != "" {
|
if strings.TrimSpace(tmpBuf.String()) != "" {
|
||||||
if output.Len() > 0 {
|
if output.Len() > 0 {
|
||||||
|
|
Loading…
Reference in a new issue