initial stage
This commit is contained in:
parent
3bc48791ce
commit
fe9030cdba
|
@ -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',
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue