Well that is not so useful.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
e515fa8c4e
commit
888486357c
|
@ -1,23 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mysql-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
ignoreDifferences:
|
||||
- kind: CustomResourceDefinition
|
||||
group: "*"
|
||||
name: innodbclusters.mysql.oracle.com
|
||||
jqPathExpressions:
|
||||
- .spec.versions[0].schema.openAPIV3Schema.properties.spec.properties.keyring.properties.oci.properties.endpoints.description
|
||||
destination:
|
||||
namespace: kube-system
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
chart: mysql-operator
|
||||
repoURL: https://mysql.github.io/mysql-operator/
|
||||
targetRevision: 2.1.1
|
||||
# syncPolicy:
|
||||
#automated:
|
||||
# selfHeal: true
|
Loading…
Reference in New Issue