diff --git a/src/app/frontend/chrome/chrome.html b/src/app/frontend/chrome/chrome.html
index 11b448939b95..ac7eae57d201 100644
--- a/src/app/frontend/chrome/chrome.html
+++ b/src/app/frontend/chrome/chrome.html
@@ -17,7 +17,7 @@
-
+
+
- The specified labels will be applied to the created Replication Controller, Service (if any) and Pods.
- Common labels include release, environment, tier, partition and track.
- Learn more
+ The specified labels will be applied to the created Replication Controller, Service (if any)
+ and Pods. Common labels include release, environment, tier, partition and track.
+
+ Learn more
+
@@ -150,7 +167,9 @@
Namespaces let you partition resources into logically named groups.
- Learn more
+
+ Learn more
+
@@ -169,7 +188,9 @@
The specified image could require a pull secret credential if it is private. You may choose an
existing secret or create a new one.
- Learn more
+
+ Learn more
+
@@ -195,7 +216,9 @@
You can specify minimum CPU and memory requirements for the container.
- Learn more
+
+ Learn more
+
@@ -214,7 +237,10 @@
By default, your containers run the selected image's default entrypoint command. You can
use the command options to override the default.
- Learn more
+
+ Learn more
+
@@ -226,7 +252,10 @@
Processes in privileged containers are equivalent to processes running as root on the host.
- Learn more
+
+ Learn more
+
@@ -236,19 +265,20 @@
Environment variables available for use in the container. Values can reference other variables
using $(VAR_NAME) syntax.
- Learn more
+
+ Learn more
+
+ ng-click="ctrl.switchMoreOptions()" ng-hide="ctrl.isMoreOptionsEnabled()">
arrow_drop_downshow advanced options
+ ng-click="ctrl.switchMoreOptions()" ng-show="ctrl.isMoreOptionsEnabled()">
arrow_drop_uphide advanced options