Merge pull request #12 from jkaninda/develop

Develop
This commit is contained in:
2023-12-25 02:19:25 +01:00
committed by GitHub
2 changed files with 3 additions and 6 deletions

View File

@@ -276,7 +276,6 @@ spec:
spec:
template:
spec:
backoffLimit: 2
containers:
- name: pg-bkup
image: jkaninda/pg-bkup

View File

@@ -1,12 +1,10 @@
FROM ubuntu:24.04
ENV DB_HOST=""
ENV DB_HOST=?
ENV DB_NAME=""
ENV DB_USERNAME=""
ENV DB_PASSWORD=""
ENV DB_USERNAME=?
ENV DB_PASSWORD=?
ENV DB_PORT="5432"
ENV DESTINATION=local
ENV STORAGE=local
ENV SOURCE=local
ENV BUCKETNAME=""
ENV ACCESS_KEY=""
ENV SECRET_KEY=""