Skip to content

Commit

Permalink
Add stash prefix in temporary directory (#289)
Browse files Browse the repository at this point in the history
* Add stash prefix in mysql

Signed-off-by: hmsayem <[email protected]>

* Add stash prefix in other addons

Signed-off-by: hmsayem <[email protected]>

* Add stash prefix in other addons

Signed-off-by: hmsayem <[email protected]>

Signed-off-by: hmsayem <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
hmsayem and kodiakhq[bot] authored Jan 3, 2023
1 parent 8c09e3f commit 358d9bf
Show file tree
Hide file tree
Showing 348 changed files with 522 additions and 522 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-5.6.4
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-5.6.4
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-6.2.4
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-6.2.4
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-6.3.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-6.3.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-6.4.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-6.4.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-6.5.3
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-6.5.3
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-6.8.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-6.8.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-7.14.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-7.14.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-7.2.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-7.2.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-7.3.2
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-7.3.2
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-backup-8.2.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --path=${REPOSITORY_PREFIX:=}
- --storage-secret-name=${REPOSITORY_SECRET_NAME:=}
- --storage-secret-namespace=${REPOSITORY_SECRET_NAMESPACE:=}
- --scratch-dir=/tmp
- --scratch-dir=/stash-tmp
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --wait-timeout=${waitTimeout:=300}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
- name: elasticsearch-restore-8.2.0
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
- name: update-status
params:
- name: outputDir
value: /tmp/output
value: /stash-tmp/output
Loading

0 comments on commit 358d9bf

Please sign in to comment.