Skip to content

Commit

Permalink
Move AWS_USE_FIPS_ENDPOINT env config to container level and remove t…
Browse files Browse the repository at this point in the history
…he default value of it
  • Loading branch information
Kai Zhu committed Mar 26, 2024
1 parent a80c43b commit acf4862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
{{- if .Values.useFipsEndpoint }}
env:
- name: AWS_USE_FIPS_ENDPOINT
value: {{ .Values.useFipsEndpoint | quote }}
value: {{ .Values.useFipsEndpoint }}
{{- end }}
volumes:
- name: providervol
Expand Down
2 changes: 0 additions & 2 deletions charts/secrets-store-csi-driver-provider-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ rbac:
securityContext:
privileged: false
allowPrivilegeEscalation: false

useFipsEndpoint: false

0 comments on commit acf4862

Please sign in to comment.