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

Commit 8b47964

Browse files
committed
Change install instructions to helm
1 parent 67c1187 commit 8b47964

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,9 @@ There is a german article about [Security DevOps – Angreifern (immer) einen Sc
5252
### Deployment
5353

5454
```bash
55-
# This is currently under development. Before a proper release the operator will be packaged up as a helm chart.
56-
57-
# You'll need to configure a s3 or compatible file storage (https://min.io recommended when self hosting)
58-
# E.g. for digitalocean (the credentials are fake 😉)
59-
export S3_ENDPOINT="fra1.digitaloceanspaces.com"
60-
export S3_ACCESS_KEY="HASJHVDJAVJDSVAISWNA"
61-
export S3_SECRET_KEY="ffi+cfkntT9AHTwKFarvywKvG6YstxaNUsfuh!nqTUh"
62-
export S3_BUCKET="securecodebox"
63-
# Install Custom Resource Definitions
64-
make install
65-
66-
# Run Operator locally (against current kubectl context)
67-
make run
55+
# Deploy secureCodeBox Operator
56+
kubectl create namespace securecodebox-system
57+
helm -n securecodebox-system install securecodebox-operator
6858

6959
# Elasticsearch Persistence Provider Deployment
7060
helm install persistence-elastic ./persistence/persistence-elastic/

0 commit comments

Comments
 (0)