Use the correct deployment manifest for the operator (#42)

The operator-demo folder contains instruction to recreate the
ssh demo. This demo works only with the older code in the
operator `ccv0` branch. The code in `main` branch has deviated
significantly and the existing ssh demo will not work when using
the manifest from the main branch.


Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
This commit is contained in:
Pradipta Banerjee
2022-09-26 15:54:32 +05:30
committed by GitHub
parent 28f113934b
commit e9c2f0f6a3

View File

@@ -58,7 +58,7 @@ cck8s-demo-worker-0 Ready worker 25d v1.22.3
## Operator Setup
```
kubectl apply -f https://raw.githubusercontent.com/confidential-containers/operator/main/deploy/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/confidential-containers/operator/ccv0-demo/deploy/deploy.yaml
```
The operator installs everything under the `confidential-containers-system` namespace