mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
16 lines
612 B
YAML
16 lines
612 B
YAML
# Creating `essnapshot/kustomize-snapshot` will create a snapshot named `kustomize-snapshot` in the `kustomize-backup` snapshot repository.
|
|
# Deleting `essnapshot/kustomize-snapshot` will delete the snapshot.
|
|
# Deleting `essnapshot/kustomize-snapshot` should happen before deleting `esbackup/kustomize-backup`.
|
|
apiVersion: elasticsearch.cloud.google.com/v1alpha1
|
|
kind: ESSnapshot
|
|
metadata:
|
|
name: kustomize-snapshot
|
|
spec:
|
|
# indices are optional. If not specified all indices are selected.
|
|
indices:
|
|
- kustomize
|
|
include_global_state: true
|
|
ignore_unavailable: true
|
|
esbackup:
|
|
name: kustomize-backup
|