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

Commit 890dcce

Browse files
committed
Add missing folder to helm install step
1 parent 705b905 commit 890dcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ There is a german article about [Security DevOps – Angreifern (immer) einen Sc
5454
```bash
5555
# Deploy secureCodeBox Operator
5656
kubectl create namespace securecodebox-system
57-
helm -n securecodebox-system install securecodebox-operator
57+
helm -n securecodebox-system install securecodebox-operator ./operator/
5858

5959
# Elasticsearch Persistence Provider Deployment
6060
helm install persistence-elastic ./persistence/persistence-elastic/

0 commit comments

Comments
 (0)