fix: api version for OperatorConfiguration (#2007)

* fix: api version for OperatorConfiguration
This commit is contained in:
Jacob Lorenzen 2022-08-24 13:56:14 +02:00 committed by GitHub
parent 3bfd63cbe6
commit e11edcdcde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ the user name, password etc. The secret itself is referenced by the
above list them separately. above list them separately.
```yaml ```yaml
apiVersion: v1 apiVersion: "acid.zalan.do/v1"
kind: OperatorConfiguration kind: OperatorConfiguration
metadata: metadata:
name: postgresql-operator-configuration name: postgresql-operator-configuration