feat(temporal): install Temporal
This commit is contained in:
18
temporal/postgres-external-secret.gomplate.yaml
Normal file
18
temporal/postgres-external-secret.gomplate.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: temporal-postgres-auth
|
||||
namespace: {{ .Env.TEMPORAL_NAMESPACE }}
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
name: vault-secret-store
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: temporal-postgres-auth
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: temporal/db
|
||||
property: password
|
||||
Reference in New Issue
Block a user