fix: dual infisical store configuration
This commit is contained in:
parent
ebe8185e51
commit
b180640dfb
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
name: infisical
|
name: infisical-litellm
|
||||||
target:
|
target:
|
||||||
name: litellm-master
|
name: litellm-master
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
|
|
@ -31,7 +31,7 @@ spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
name: infisical
|
name: infisical-litellm
|
||||||
target:
|
target:
|
||||||
name: litellm-langfuse
|
name: litellm-langfuse
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: external-secrets.io/v1beta1
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
metadata:
|
||||||
|
name: infisical-litellm
|
||||||
|
spec:
|
||||||
|
provider:
|
||||||
|
infisical:
|
||||||
|
hostAPI: https://app.infisical.com
|
||||||
|
auth:
|
||||||
|
universalAuthCredentials:
|
||||||
|
clientId:
|
||||||
|
key: clientId
|
||||||
|
namespace: platform-security
|
||||||
|
name: infisical-universal-auth
|
||||||
|
clientSecret:
|
||||||
|
key: clientSecret
|
||||||
|
namespace: platform-security
|
||||||
|
name: infisical-universal-auth
|
||||||
|
secretsScope:
|
||||||
|
projectSlug: agentic-os
|
||||||
|
environmentSlug: production
|
||||||
|
secretsPath: "/agentic-os/litellm"
|
||||||
|
|
@ -20,4 +20,4 @@ spec:
|
||||||
secretsScope:
|
secretsScope:
|
||||||
projectSlug: agentic-os
|
projectSlug: agentic-os
|
||||||
environmentSlug: production
|
environmentSlug: production
|
||||||
secretsPath: "/litellm"
|
secretsPath: "/agentic-os"
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- external-secrets/cluster-secret-store-infisical.yaml
|
- external-secrets/cluster-secret-store-infisical.yaml
|
||||||
|
- external-secrets/cluster-secret-store-infisical-litellm.yaml
|
||||||
- external-secrets/cluster-secret-store-vault.yaml
|
- external-secrets/cluster-secret-store-vault.yaml
|
||||||
- cert-manager/cluster-issuer-stub.yaml
|
- cert-manager/cluster-issuer-stub.yaml
|
||||||
- network-policies.yaml
|
- network-policies.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue