Skip to content

Commit

Permalink
Removing commented out docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jillianwilson committed Jul 13, 2023
1 parent 514ef95 commit a78b197
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions USAGEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,39 +220,6 @@ metadata:

If the value is not set, the auto restart settings on the deployment will be used.

<!--
## Getting Started
You’ll need a Kubernetes cluster to run against. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.
**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).

### Running on the cluster
1. Install Instances of Custom Resources:

```sh
kubectl apply -f config/samples/
```

2. Deploy the controller to the cluster with the image specified by `IMG`:

```sh
make deploy IMG=<some-registry>/onepassword-operator:tag
```

### Uninstall CRDs
To delete the CRDs from the cluster:

```sh
make uninstall
```

### Undeploy controller
UnDeploy the controller to the cluster:

```sh
make undeploy
```
-->

## Development

### How it works
Expand Down

0 comments on commit a78b197

Please sign in to comment.