diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2020-04-13 16:45:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-13 16:45:39 +0000 |
commit | 502b61039dbdc9089768a49b87163e654d8cbfb7 (patch) | |
tree | ea6d652ad8baf78574dec5b14f7bc959bbf21204 /src/k8splugin/internal/rb/profile.go | |
parent | 10b17da590fc43622c6080815f65fbbb2721b640 (diff) | |
parent | c644ab480d2a764ee242cca14f96ea28a181bcad (diff) |
Merge "Resolve the helm templates"
Diffstat (limited to 'src/k8splugin/internal/rb/profile.go')
-rw-r--r-- | src/k8splugin/internal/rb/profile.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/k8splugin/internal/rb/profile.go b/src/k8splugin/internal/rb/profile.go index 6efa23b8..d81e857e 100644 --- a/src/k8splugin/internal/rb/profile.go +++ b/src/k8splugin/internal/rb/profile.go @@ -25,7 +25,6 @@ import ( "github.com/onap/multicloud-k8s/src/k8splugin/internal/db" "github.com/onap/multicloud-k8s/src/k8splugin/internal/helm" - pkgerrors "github.com/pkg/errors" ) |