apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml - cluster.yaml - schedule-backup.yaml - deployment.yaml - service.yaml - http-route.yaml - secret-s3-garage.yaml - object-store.yaml # Uncomment to restore database from backup # patches: # - path: cluster-restore.yaml # target: # kind: Cluster