-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix task pod failure with duplicate sa secrets
This fix a problem that if duplicate secret used in service account, task pod cannot start due to the following errors: Pod "xxx" is invalid: spec.containers[0].volumeMounts[12].mountPath: Invalid value: "/tekton/creds-secrets/xxxxx": must be unique. Signed-off-by: Tianpeng Wang <tpwang@alauda.io>
- Loading branch information
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters