initial stage

This commit is contained in:
Giambattista Bloisi 2024-06-12 23:02:18 +02:00
parent 3bc48791ce
commit fe9030cdba
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@ secrets = [
Secret(
deploy_type='env',
deploy_target='CURATION_OPENSEARCH__USER',
secret='opensearch-conn-secrets"',
secret='opensearch-conn-secrets',
key='username',
),
Secret(
deploy_type='env',
deploy_target='CURATION_OPENSEARCH__PASSWORD',
secret='opensearch-conn-secrets"',
secret='opensearch-conn-secrets',
key='password',
),
]