Commit b05ab4af authored by George Papathanail's avatar George Papathanail
Browse files

Edit README.md

parent ec875ed9
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -39,23 +39,21 @@ kubectl create clusterrolebinding sunrise-user-binding \
  --serviceaccount=oop:oop-user

# Get token
```bash
kubectl create token oop-user -n oop --duration=87600h



#### 3. Deploy
```bash

# Install OEG
helm install oeg ./oeg-chart -n oop
```


#### 4. Verify
```bash

kubectl get pods -n oop
kubectl get svc -n oop
```


## Configuration