Skip to content

Commit

Permalink
Change template to text to avoid encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Nov 16, 2023
1 parent eb92058 commit 9b096e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/valssecret_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import (
"context"
b64 "encoding/base64"
"fmt"
"html/template"
"math"
"math/rand"
"regexp"
"strings"
"sync"
"text/template"
"time"

"github.com/go-logr/logr"
Expand Down

0 comments on commit 9b096e8

Please sign in to comment.