From 8efd07940e66ab06a50db908d2bc9f141fe29abb Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Mon, 22 Dec 2025 18:43:44 +0200 Subject: [PATCH] Dedicated postgres for harbor --- harbor-operator/application-extras.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/harbor-operator/application-extras.yml b/harbor-operator/application-extras.yml index 4f521c4..f32a45e 100644 --- a/harbor-operator/application-extras.yml +++ b/harbor-operator/application-extras.yml @@ -96,12 +96,6 @@ spec: volumeMounts: - name: postgres-data mountPath: /var/lib/postgresql/data - - name: postgres-init - mountPath: /docker-entrypoint-initdb.d - volumes: - - name: postgres-init - configMap: - name: postgres-init-config volumeClaimTemplates: - metadata: name: postgres-data