CHORE(config): remove unused API keys
- Remove OpenAI and Google API keys - Use only Anthropic and Groq
This commit is contained in:
@@ -27,16 +27,6 @@ spec:
|
||||
secretKeyRef:
|
||||
name: mas-api-keys
|
||||
key: anthropic-api-key
|
||||
- name: OPENAI_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: mas-api-keys
|
||||
key: openai-api-key
|
||||
- name: GOOGLE_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: mas-api-keys
|
||||
key: google-api-key
|
||||
- name: GROQ_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
@@ -19,14 +19,6 @@ spec:
|
||||
remoteRef:
|
||||
key: mas/api-keys
|
||||
property: GROQ_API_KEY
|
||||
- secretKey: openai-api-key
|
||||
remoteRef:
|
||||
key: mas/api-keys
|
||||
property: OPENAI_API_KEY
|
||||
- secretKey: google-api-key
|
||||
remoteRef:
|
||||
key: mas/api-keys
|
||||
property: GOOGLE_API_KEY
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
|
||||
@@ -20,12 +20,5 @@ spec:
|
||||
remoteRef:
|
||||
key: mas/api-keys
|
||||
property: GROQ_API_KEY
|
||||
- secretKey: openai-api-key
|
||||
remoteRef:
|
||||
key: mas/api-keys
|
||||
property: OPENAI_API_KEY
|
||||
- secretKey: google-api-key
|
||||
remoteRef:
|
||||
key: mas/api-keys
|
||||
property: GOOGLE_API_KEY
|
||||
property: GROQ_API_KEY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user