INSERT INTO {{ .Ident "secret_keeper" }} ( {{ .Ident "guid" }}, {{ .Ident "name" }}, {{ .Ident "namespace" }}, {{ .Ident "annotations" }}, {{ .Ident "labels" }}, {{ .Ident "created" }}, {{ .Ident "created_by" }}, {{ .Ident "updated" }}, {{ .Ident "updated_by" }}, {{ .Ident "description" }}, {{ .Ident "type" }}, {{ .Ident "payload" }} ) VALUES ( {{ .Arg .Row.GUID }}, {{ .Arg .Row.Name }}, {{ .Arg .Row.Namespace }}, {{ .Arg .Row.Annotations }}, {{ .Arg .Row.Labels }}, {{ .Arg .Row.Created }}, {{ .Arg .Row.CreatedBy }}, {{ .Arg .Row.Updated }}, {{ .Arg .Row.UpdatedBy }}, {{ .Arg .Row.Description }}, {{ .Arg .Row.Type }}, {{ .Arg .Row.Payload }} );