Skip to content

Commit 863b58b

Browse files
authored
Merge pull request #3719 from Skarlso/fix_multitenancy_block
Fix multitenancy topic for secretRef syntax
2 parents 62b6ea3 + c7b7573 commit 863b58b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/book/src/topics/multitenancy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ kind: AWSClusterStaticIdentity
8585
metadata:
8686
name: "test-account"
8787
spec:
88-
secretRef:
89-
name: test-account-creds
90-
namespace: capa-system
88+
secretRef: test-account-creds
9189
allowedNamespaces:
9290
selector:
9391
matchLabels:

0 commit comments

Comments
 (0)