Security: Move Flask secret to External Secrets (ESO)
This commit is contained in:
parent
7cab3859b4
commit
e6f7a47f4f
|
|
@ -33,6 +33,9 @@ spec:
|
||||||
- secretKey: ai-api-key
|
- secretKey: ai-api-key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: gemini-api-key
|
key: gemini-api-key
|
||||||
|
- secretKey: flask-secret-key
|
||||||
|
remoteRef:
|
||||||
|
key: flask-secret-key
|
||||||
---
|
---
|
||||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||||
kind: HTTPRoute
|
kind: HTTPRoute
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue