Skip to content

Commit

Permalink
Fix policy bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
elizhuh committed May 14, 2024
1 parent 30f247f commit c524156
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/content-rw-elasticsearch/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ spec:
- "--log-format=json"
- "--set=services.bundlesS3Bucket.url=$(POLICY_BUCKET)"
- "--set=services.bundlesS3Bucket.credentials.s3_signing.web_identity_credentials.aws_region=$(AWS_REGION)"
- "--set=bundles.enrichedContentRWPostgres.service=bundlesS3Bucket"
- "--set=bundles.enrichedContentRWPostgres.resource=content-rw-elasticsearch.bundle.tar.gz"
- "--set=bundles.enrichedContentRWPostgres.polling.min_delay_seconds=120"
- "--set=bundles.enrichedContentRWPostgres.polling.max_delay_seconds=300"
- "--set=bundles.contentRWElasticsearch.service=bundlesS3Bucket"
- "--set=bundles.contentRWElasticsearch.resource=content-rw-elasticsearch.bundle.tar.gz"
- "--set=bundles.contentRWElasticsearch.polling.min_delay_seconds=120"
- "--set=bundles.contentRWElasticsearch.polling.max_delay_seconds=300"
{{- end}}

0 comments on commit c524156

Please sign in to comment.