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
Copy file name to clipboardExpand all lines: core/invoker/src/main/resources/application.conf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ whisk {
96
96
#
97
97
#pod-template =
98
98
99
-
# Set this optional string to be the namespace that the invoker should target for adding pods. This allows the invoker to run in a namesapce it doesn't have API access to but add pods to another namespace. See also https://github.com/apache/openwhisk/issues/4711
100
-
# When not set the underlying client may pickup the namesapce from the kubeconfig or via system property setting.
99
+
# Set this optional string to be the namespace that the invoker should target for adding pods. This allows the invoker to run in a namespace it doesn't have API access to but add pods to another namespace. See also https://github.com/apache/openwhisk/issues/4711
100
+
# When not set the underlying client may pickup the namespace from the kubeconfig or via system property setting.
101
101
# See https://github.com/fabric8io/kubernetes-client#configuring-the-client for more information.
0 commit comments