Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion k8s/infrastructure/overlays/gke/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down