Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions controllers/spec/template/yaml/Templates.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package yaml
package yaml

// This file is auto generated by the script in 'WriteYamlTemplatesInGoFile.go'.
// Any manual modification to this file will be lost during next compilation.
// This file is auto generated by the script in 'WriteYamlTemplatesInGoFile.go'.
// Any manual modification to this file will be lost during next compilation.

const (
BackUpCronJobTemplate = `apiVersion: batch/v1beta1
Expand Down Expand Up @@ -181,8 +181,8 @@ data:
#!/bin/bash
set -e

dt=$(date '+%d/%m/%Y %H:%M:%S');
fileDt=$(date '+%d_%m_%Y_%H_%M_%S');
dt=$(date '+%Y/%m/%d %H:%M:%S');
fileDt=$(date '+%Y_%m_%d_%H_%M_%S');
backUpFileName="$KUBEGRES_RESOURCE_NAME-backup-$fileDt.gz"
backUpFilePath="$BACKUP_DESTINATION_FOLDER/$backUpFileName"

Expand Down