Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 74b2c60

Browse files
committed
#30 Fixed the unknown namespace error in ADR-0001
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 5c69bd5 commit 74b2c60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/adr/adr_0001.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ We could do a similar thing and introduce CRD which allows to execute "`custom c
6666

6767
These could be implemented with a `type` attribute, which declares if they are *read only* or *read and write*.
6868

69-
The _secureCodeBox operator_ would process all these CRDs in the namespace and execute the *read and write* ones first in serial only one at a time to avoid write conflicts and then the *read only* ones in parallel.
70-
////
71-
#30: What namespace is meant here?
72-
////
69+
The _secureCodeBox operator_ would process all these CRDs in the namespace of the scan and execute the *read and write* ones first in serial only one at a time to avoid write conflicts and then the *read only* ones in parallel.
7370

7471
[source,yaml]
7572
----

0 commit comments

Comments
 (0)