diff --git a/deployments/apps/n8n/externalsecret.yaml b/deployments/apps/n8n/externalsecret.yaml index 6df4663..e99d43f 100644 --- a/deployments/apps/n8n/externalsecret.yaml +++ b/deployments/apps/n8n/externalsecret.yaml @@ -14,25 +14,5 @@ spec: data: - secretKey: N8N_SECRET_KEY remoteRef: - key: apps/n8n + key: n8n property: N8N_SECRET_KEY - - secretKey: DB_HOST - remoteRef: - key: apps/n8n - property: DB_HOST - - secretKey: DB_PORT - remoteRef: - key: apps/n8n - property: DB_PORT - - secretKey: DB_NAME - remoteRef: - key: apps/n8n - property: DB_NAME - - secretKey: DB_USER - remoteRef: - key: apps/n8n - property: DB_USER - - secretKey: DB_PASSWORD - remoteRef: - key: apps/n8n - property: DB_PASSWORD