working commit
This commit is contained in:
@@ -92,7 +92,6 @@ func (oper *Operator) GetFile(ctx context.Context, operatorID string, params *Ge
|
||||
for _, descr := range fileDescrs {
|
||||
if descr.Type == hcMediaType {
|
||||
meta := &chart.Metadata{}
|
||||
oper.logg.Debugf("=== %s", descr.HelmMeta)
|
||||
err = json.Unmarshal([]byte(descr.HelmMeta), meta)
|
||||
if err != nil {
|
||||
code := http.StatusInternalServerError
|
||||
|
||||
Reference in New Issue
Block a user