From 4b3892108d7a6030499e0599e1af6ca1d2bb6dd6 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Fri, 31 May 2024 12:26:50 +0300 Subject: [PATCH] Use `minder-config` for rotation job I missed saving this somehow. Signed-off-by: Juan Antonio Osorio --- deployment/helm/templates/rotate_provider_tokens.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/templates/rotate_provider_tokens.yaml b/deployment/helm/templates/rotate_provider_tokens.yaml index 27b6c8f732..9243ee0a03 100644 --- a/deployment/helm/templates/rotate_provider_tokens.yaml +++ b/deployment/helm/templates/rotate_provider_tokens.yaml @@ -67,7 +67,7 @@ spec: volumes: - name: config configMap: - name: db-update-config + name: minder-config items: - key: server-config.yaml path: server-config.yaml