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: docs/developer-advanced-1/inventory-cd/index.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,15 @@ Let's get started with using Argo CD.
42
42
git push -u origin test
43
43
```
44
44
45
-
- Create the test namespace with the CLI by running `oc sync test-{initials} --dev`
45
+
- Create the test namespace with the CLI by running `oc sync test-{initials}`
46
+
47
+
### Grant required access to the service account of the test namespace
48
+
49
+
Openshift Image registry is being used for storing docker images.Hence,permission needs to be given to the service account of the test namespace to be able to pull images from dev namespace where the docker image of application is stored.
0 commit comments