From de47e2872e5a1185a539d8c70ee7f421fe2c9b43 Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Thu, 1 Feb 2024 13:53:03 -0500 Subject: [PATCH] remove db dumps from in-cluster spec --- in-cluster/default.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/in-cluster/default.yaml b/in-cluster/default.yaml index 7371e82..70cef19 100644 --- a/in-cluster/default.yaml +++ b/in-cluster/default.yaml @@ -36,29 +36,6 @@ spec: - clusterResources: {} - ceph: {} - longhorn: {} - - exec: # this is removable when we don't need to support kots <= 1.87 - args: - - "-U" - - kotsadm - collectorName: kotsadm-postgres-db-dump - command: - - pg_dump - containerName: kotsadm-postgres - name: kots/admin_console - selector: - - app=kotsadm-postgres - timeout: 10s - - exec: - collectorName: kotsadm-rqlite-db - name: kots/admin_console - selector: - - app=kotsadm-rqlite - command: - - sh - - -c - - | - wget -qO- kotsadm:${RQLITE_PASSWORD}@localhost:4001/db/backup?fmt=sql - timeout: 10s - exec: args: - "http://localhost:3030/goroutines"