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: modules/osdk-create-cr.adoc
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,16 @@ ifndef::helm[]
60
60
endif::[]
61
61
----
62
62
63
+
ifdef::helm[]
64
+
. The {app-proper} service account requires privileged access to run in {product-title}. Add the following security context constraint (SCC) to the service account for the `{app}-sample` pod:
Copy file name to clipboardExpand all lines: modules/osdk-quickstart.adoc
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You can build and deploy a simple {type}-based Operator for {app-proper} by usin
35
35
36
36
. *Create a project.*
37
37
38
-
.. Create your project:
38
+
.. Create your project directory:
39
39
+
40
40
[source,terminal,subs="attributes+"]
41
41
----
@@ -143,6 +143,18 @@ $ make install
143
143
$ make deploy IMG=<registry>/<user>/<image_name>:<tag>
144
144
----
145
145
146
+
ifdef::helm[]
147
+
. *Add a security context constraint (SCC).*
148
+
+
149
+
The {app-proper} service account requires privileged access to run in {product-title}. Add the following SCC to the service account for the `{app}-sample` pod:
0 commit comments