fix: mysql operator manifest api version

got this error while trying to run it as is:

error: unable to recognize "20-operators/01-mysql-operator.yml": no matches for
kind "Deployment" in version "apps/v1beta1"
This commit is contained in:
antoinegauvain 2019-12-18 16:16:55 +01:00
parent 16af281937
commit 396ebf1502
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ spec:
singular: mysqlbackupschedule
plural: mysqlbackupschedules
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: mysql-operator