From 3255d4b2a2ee0d4de36770bbca311228aeecc393 Mon Sep 17 00:00:00 2001 From: "J. Q." <55899496+jawadqur@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:23:18 -0500 Subject: [PATCH] Update pre-install.yaml --- helm/indexd/templates/pre-install.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/indexd/templates/pre-install.yaml b/helm/indexd/templates/pre-install.yaml index 8e18baf1c..e9298ffa1 100644 --- a/helm/indexd/templates/pre-install.yaml +++ b/helm/indexd/templates/pre-install.yaml @@ -13,6 +13,8 @@ spec: metadata: labels: app: gen3job + annotations: + argocd.argoproj.io/sync-options: Replace=true spec: automountServiceAccountToken: false {{- with .Values.volumes }} @@ -114,4 +116,4 @@ spec: echo 'poetry run python /indexd/bin/index_admin.py create --username "gateway" --password "${GATEWAY_PASS}' poetry run python /indexd/bin/index_admin.py create --username "gateway" --password "${GATEWAY_PASS}" fi - restartPolicy: Never \ No newline at end of file + restartPolicy: Never