-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK/GCP - Replaced default_gcp_op with task.apply(use_gcp_secret) #430
SDK/GCP - Replaced default_gcp_op with task.apply(use_gcp_secret) #430
Conversation
92f2da9
to
e17ac92
Compare
e17ac92
to
2d7854a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan 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 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan 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 |
This is great! Thanks Alexey |
/lgtm |
/test presubmit-e2e-test |
2 similar comments
/test presubmit-e2e-test |
/test presubmit-e2e-test |
/lgtm |
* Set pod namespace from SERVING_NAMESPACE env * Get namespace from admission request
This change makes it possible to us GCP secret without needing to inherit from a different op.
It also allows users to chain "external" mods that configure tasks:
This change is