From 87d5746b2723300e1d56ed66d3d744ab68296b66 Mon Sep 17 00:00:00 2001 From: Jake Schuurmans Date: Thu, 22 Aug 2024 09:08:53 -0400 Subject: [PATCH] Revert nats cred secret name --- chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 927eab9..f8dd26c 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -89,7 +89,7 @@ spec: secret: secretName: flipflop-secrets items: - - key: nats-creds + - key: flipflop-nats-creds path: nats.creds restartPolicy: Always {{ end }} \ No newline at end of file