Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pkg/steps/multi_stage/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,6 @@ func addSTSVolumes(pod *coreapi.Pod) {
ReadOnly: true,
},
)
container.Env = append(container.Env,
coreapi.EnvVar{Name: "AWS_CONFIG_FILE", Value: path.Join(stsConfigMountPath, "config")},
coreapi.EnvVar{Name: "AWS_SDK_LOAD_CONFIG", Value: "1"},
)
}

func addCliInjector(imagestream string, pod *coreapi.Pod) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@
value: aws
- name: CLUSTER_PROFILE_DIR
value: /var/run/secrets/ci.openshift.io/cluster-profile
- name: AWS_CONFIG_FILE
value: /var/run/secrets/aws/config/config
- name: AWS_SDK_LOAD_CONFIG
value: "1"
- name: SHARED_DIR
value: /var/run/secrets/ci.openshift.io/multi-stage
- name: LEASE_PROXY_CLIENT_SH
Expand Down