This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4478 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
29 lines
783 B
YAML
29 lines
783 B
YAML
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: matrix-synapse-valkey-secret
|
|
namespace: matrix-synapse
|
|
labels:
|
|
app.kubernetes.io/name: matrix-synapse-valkey-secret
|
|
app.kubernetes.io/instance: matrix-synapse
|
|
app.kubernetes.io/part-of: matrix-synapse
|
|
spec:
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault
|
|
data:
|
|
- secretKey: default
|
|
remoteRef:
|
|
conversionStrategy: Default
|
|
decodingStrategy: None
|
|
key: /cl01tl/matrix-synapse/redis
|
|
metadataPolicy: None
|
|
property: password
|
|
- secretKey: password
|
|
remoteRef:
|
|
conversionStrategy: Default
|
|
decodingStrategy: None
|
|
key: /cl01tl/matrix-synapse/redis
|
|
metadataPolicy: None
|
|
property: password
|