diff --git a/Makefile b/Makefile index 965f9a8c52..49b69a67a0 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,8 @@ scanners: .PHONY: backup backup: - kubectl apply -k k8s/jobs/backup/$(env) + kubectl delete job arangodb-backup-manual -n db --ignore-not-found && + kubectl create job arangodb-backup-manual -n db --from=cronjob/backup .PHONY: superadmin superadmin: diff --git a/k8s/infrastructure/overlays/gke/kustomization.yaml b/k8s/infrastructure/overlays/gke/kustomization.yaml index 8f634c8f5b..3d68571c53 100644 --- a/k8s/infrastructure/overlays/gke/kustomization.yaml +++ b/k8s/infrastructure/overlays/gke/kustomization.yaml @@ -8,7 +8,6 @@ resources: - backup-cronjob.yaml - backup-service-account.yaml - storage-classes.yaml -- https://raw.githubusercontent.com/istio/istio/release-1.13/samples/addons/grafana.yaml - https://raw.githubusercontent.com/istio/istio/release-1.13/samples/addons/jaeger.yaml - https://raw.githubusercontent.com/istio/istio/release-1.13/samples/addons/kiali.yaml - https://raw.githubusercontent.com/istio/istio/release-1.13/samples/addons/prometheus.yaml