-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Conversation
/assign @nitisht |
@domcar: GitHub didn't allow me to assign the following users: nitisht. Note that only helm members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
thanks for the PR @domcar , please fix DCO |
/approve |
Signed-off-by: Domenico Caruso <[email protected]>
Signed-off-by: Domenico Caruso <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: domcar, nitisht The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Fix gcs credentials location Signed-off-by: Domenico Caruso <[email protected]> * Update patch version Signed-off-by: Domenico Caruso <[email protected]> Signed-off-by: Samir Musali <[email protected]>
* Fix gcs credentials location Signed-off-by: Domenico Caruso <[email protected]> * Update patch version Signed-off-by: Domenico Caruso <[email protected]> Signed-off-by: Samir Musali <[email protected]>
* Fix gcs credentials location Signed-off-by: Domenico Caruso <[email protected]> * Update patch version Signed-off-by: Domenico Caruso <[email protected]> Signed-off-by: Samir Musali <[email protected]>
* Fix gcs credentials location Signed-off-by: Domenico Caruso <[email protected]> * Update patch version Signed-off-by: Domenico Caruso <[email protected]> Signed-off-by: Samir Musali <[email protected]>
* Fix gcs credentials location Signed-off-by: Domenico Caruso <[email protected]> * Update patch version Signed-off-by: Domenico Caruso <[email protected]> Signed-off-by: Samir Musali <[email protected]>
* Fix gcs credentials location Signed-off-by: Domenico Caruso <[email protected]> * Update patch version Signed-off-by: Domenico Caruso <[email protected]>
What this PR does / why we need it:
At the moment the Chart exports the
GOOGLE_APPLICATION_CREDENTIALS
as an env containing the json credentials of the service account.Instead
minio gateway gcs
expects a path where to find the json file.This PR fixes this behaviour.
Checklist
@wlan0 @nitisht Can you please review?