fix(init): use text/template (#228)
Fixes an issue where the rendered encryptionconfig.yaml could contain invalid base64 data.
This commit is contained in:
parent
374343a883
commit
08dd81a557
@ -3,9 +3,9 @@ package cis
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/base64"
|
||||
"html/template"
|
||||
"io/ioutil"
|
||||
"math/rand"
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"k8s.io/api/core/v1"
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"bytes"
|
||||
"context"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"text/template"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
|
Loading…
x
Reference in New Issue
Block a user