Skip to content

Commit

Permalink
fix: Add parameter for helm-push-lib (#47)
Browse files Browse the repository at this point in the history
* Add necessary env variable for AWS Login

Jira EPMDEDP-12794

Change-Id: I926bdb70a5707a790da9c2ebd53302e3d7e4adbd
  • Loading branch information
Mykola Serdiuk committed Oct 24, 2023
1 parent 5812cdb commit f2cccc4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ spec:
env:
- name: CHART_DIR
value: $(params.chart-dir)
- name: AWS_DEFAULT_REGION
valueFrom:
configMapKeyRef:
name: edp-config
key: aws_region
- name: CONTAINER_REGISTRY_URL
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit f2cccc4

Please sign in to comment.