Skip to content

Commit

Permalink
The redb manifest example is missing the apiVersion property. (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentdroin authored Jan 9, 2022
1 parent 2b8bef7 commit 363210a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/kubernetes/re-databases/db-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Your Redis Enterprise database custom resource must be of the `kind: RedisEnterp
1. Create a file (in this example mydb.yaml) that contains your database custom resource.

```YAML
apiVersion: app.redislabs.com/v1alpha1
kind: RedisEnterpriseDatabase
metadata:
name: mydb
Expand Down

0 comments on commit 363210a

Please sign in to comment.