Skip to content

Commit

Permalink
fix: remove check for json file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jan 28, 2025
1 parent ba8eead commit 66eae2b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ data:
upload-dumps.sh: |-
#!/usr/bin/env bash
set -x
{{- if .Values.backup.mongo.serviceAccount }}
{{- else }}
gcloud auth activate-service-account --key-file ${GOOGLE_APPLICATION_CREDENTIALS}
{{- end }}
cd "/mongodumps/shared_volume"
today="$(date +'%d.%m.%y')"
Expand Down

0 comments on commit 66eae2b

Please sign in to comment.