lint: gofmt

Signed-off-by: Louis Cabrol <louis@cabrol.xyz>
pull/11791/head
Louis Cabrol 3 years ago
parent b9cadf0609
commit 7f680acff0

@ -336,7 +336,6 @@ func (secrets *Secrets) Delete(key string) (rls *rspb.Release, err error) {
// "owner" - owner of the secret, currently "helm". // "owner" - owner of the secret, currently "helm".
// "name" - name of the release. // "name" - name of the release.
// "continuedIn" - if set, the encoded contents of the release continue in the secret this references. // "continuedIn" - if set, the encoded contents of the release continue in the secret this references.
//
func newSecretObjects(key string, rls *rspb.Release, lbs labels) ([]*v1.Secret, error) { func newSecretObjects(key string, rls *rspb.Release, lbs labels) ([]*v1.Secret, error) {
const owner = "helm" const owner = "helm"

Loading…
Cancel
Save