Skip to content

Commit

Permalink
Add example to deploy directly from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bethke committed Mar 15, 2022
1 parent 8ab0be4 commit 1da6a30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ kubectl apply -f k8s/cmcc-crd.yaml
kubectl apply -f k8s/cmcc-operator.yaml
```

or for the impatient:
```shell
kubectl apply -f https://raw.githubusercontent.com/T-Systems-MMS/cmcc-operator/main/k8s/cmcc-crd.yaml -f https://raw.githubusercontent.com/T-Systems-MMS/cmcc-operator/main/k8s/cmcc-operator.yaml
```


## Using the Operator

### Pull Secret
Expand Down

0 comments on commit 1da6a30

Please sign in to comment.