fix env
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m27s

This commit is contained in:
2025-10-03 16:10:50 -05:00
parent c7befe8cfb
commit 6affe7bc52

View File

@@ -178,7 +178,7 @@ komodo:
name: komodo-postgresql-17-fdb-cluster-superuser name: komodo-postgresql-17-fdb-cluster-superuser
key: host key: host
- name: KOMODO_CLI_DATABASE_TARGET_URI - name: KOMODO_CLI_DATABASE_TARGET_URI
value: mongodb://${TARGETDB_USERNAME}:${TARGETDB_PASSWORD}@komodo-ferretdb.komodo:27017 value: mongodb://$(TARGETDB_USERNAME):$(TARGETDB_PASSWORD)@komodo-ferretdb.komodo:27017
- name: KOMODO_CLI_DATABASE_TARGET_DB_NAME - name: KOMODO_CLI_DATABASE_TARGET_DB_NAME
value: komodo value: komodo
service: service:
@@ -279,12 +279,12 @@ postgres-17-fdb-cluster:
method: objectStore method: objectStore
objectStore: objectStore:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
index: 2 index: 1
backup: backup:
objectStore: objectStore:
- name: external - name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
index: 3 index: 1
retentionPolicy: "3d" retentionPolicy: "3d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup