diff --git a/app/views/_volumes.html b/app/views/_volumes.html index f045488021..de2aca483c 100644 --- a/app/views/_volumes.html +++ b/app/views/_volumes.html @@ -26,6 +26,10 @@

{{volume.secret.secretName}} +
+
Key to File:
+
{{item.key}} → {{item.path}}
+
Type:
diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index e11900a6e9..b69d710b5a 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -782,6 +782,10 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "{{volume.secret.secretName}}\n" + "\n" + "\n" + + "
\n" + + "
Key to File:
\n" + + "
{{item.key}} → {{item.path}}
\n" + + "
\n" + "
\n" + "
\n" + "
Type:
\n" +