Diego W. Antunes
Diego W. Antunes
Hi @Ewan-Walker Can you take a look again in the scripts? They were updated and those problems with missing env vars shall be resolved.
The code inside the script file create-backup-infra.sh inside the elastic-gke-logging dir looks good to me. ``` echo "Expanding manifest templates for NFS server and shared disk..." readonly nfs_manifest_file="/tmp/backup-nfs-expanded.yaml" export APP_INSTANCE_NAME="${app}"...
I agree with you with those points. Maybe we could provide in the documentation that the user could create a StorageClass like: ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: fast...