fix: api version for OperatorConfiguration (#2007)
* fix: api version for OperatorConfiguration
This commit is contained in:
parent
3bfd63cbe6
commit
e11edcdcde
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue