From 551ed10e694cac4d7b541ec788e58d7e2e3907c4 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 21 Mar 2024 06:52:51 -0500 Subject: [PATCH] Update durpapi/templates/secrets.yaml --- durpapi/templates/secrets.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/durpapi/templates/secrets.yaml b/durpapi/templates/secrets.yaml index c4ca387..0157b5b 100644 --- a/durpapi/templates/secrets.yaml +++ b/durpapi/templates/secrets.yaml @@ -9,18 +9,6 @@ spec: target: name: durpapi-secret data: - - secretKey: openai_api_key - remoteRef: - key: secrets/durpapi/openai - property: openai_api_key - - secretKey: unraid_api_key - remoteRef: - key: secrets/durpapi/unraid - property: unraid_api_key - - secretKey: unraid_uri - remoteRef: - key: secrets/durpapi/unraid - property: unraid_uri - secretKey: db_host remoteRef: key: secrets/durpapi/postgres @@ -45,7 +33,7 @@ spec: remoteRef: key: secrets/durpapi/postgres property: db_name - - secretKey: jwksurl + - secretKey: llamaurl remoteRef: - key: secrets/durpapi/jwks - property: jwksurl \ No newline at end of file + key: secrets/durpapi/llamaurl + property: llamaurl \ No newline at end of file