You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<span class=\"fa fa-external-link-square\" style=\"cursor: help\" data-toggle=\"popover\" data-trigger=\"hover\" data-content=\"This is a referenced value that will be generated when a container is created. On running pods you can check the resolved values by going to the Terminal tab and echoing the environment variable.\"></span>\n" +
7017
-
"<span ng-repeat=\"(key, value) in env.valueFrom\">\n" +
7018
-
"<span ng-switch on=\"key\">\n" +
7019
-
"<span ng-switch-when=\"configMapKeyRef\">\n" +
7020
-
"Set to the key <b>{{value.key}}</b> in config map <b>{{value.name}}</b>.\n" +
7021
-
"</span>\n" +
7022
-
"<span ng-switch-when=\"secretKeyRef\">\n" +
7023
-
"Set to the key <b>{{value.key}}</b> in secret <b>{{value.name}}</b>.\n" +
7024
-
"</span>\n" +
7025
-
"<span ng-switch-when=\"fieldRef\">\n" +
7026
-
"Set to the field <b>{{value.fieldPath}}</b> in the current object.\n" +
0 commit comments