Skip to content

Commit 2422260

Browse files
authored
Bugfix/html template (#72)
* Change template to text to avoid encoding
1 parent eb92058 commit 2422260

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/vals-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ kubeVersion: ">= 1.19.0-0"
1616
type: application
1717

1818
# Chart version
19-
version: 0.7.7
19+
version: 0.7.8
2020

2121
# Latest container tag
22-
appVersion: v0.7.7
22+
appVersion: v0.7.8
2323

2424
maintainers:
2525
- email: info@digitalis.io

controllers/valssecret_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import (
2121
"context"
2222
b64 "encoding/base64"
2323
"fmt"
24-
"html/template"
2524
"math"
2625
"math/rand"
2726
"regexp"
2827
"strings"
2928
"sync"
29+
"text/template"
3030
"time"
3131

3232
"github.com/go-logr/logr"

0 commit comments

Comments
 (0)