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.
|
||||
|
||||
```yaml
|
||||
apiVersion: v1
|
||||
apiVersion: "acid.zalan.do/v1"
|
||||
kind: OperatorConfiguration
|
||||
metadata:
|
||||
name: postgresql-operator-configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue