This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff 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
7060helm install persistence-elastic ./persistence/persistence-elastic/
You can’t perform that action at this time.
0 commit comments