mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
17 lines
574 B
YAML
17 lines
574 B
YAML
# Creating `esbackup/kustomize-backbup` will create the `kustomize-backup` snapshot repository.
|
|
# Deleting `esbackup/kustomize-backbup` will delete the `kustomize-backup` snapshot repository and all the snapshots in the repository.
|
|
# Deleting `esbackup/kustomize-backbup` will NOT delete essnapshot and esrestore objects.
|
|
apiVersion: elasticsearch.cloud.google.com/v1alpha1
|
|
kind: ESBackup
|
|
metadata:
|
|
name: kustomize-backup
|
|
spec:
|
|
storage:
|
|
gcs:
|
|
bucket: kustomize-backup
|
|
path: kustomize
|
|
secret:
|
|
name: kustomizesa
|
|
escluster:
|
|
name: esbasic
|