-
Notifications
You must be signed in to change notification settings - Fork 49
OCPBUGS-70304: Fix azure-file secret namespace/name #500
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
OCPBUGS-70304: Fix azure-file secret namespace/name #500
Conversation
|
@jsafrane: This pull request references Jira Issue OCPBUGS-70304, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
--cloud-config-secret-name="" in a yaml file sets the Secret name to a string with two double quote characters. We need the name to be an empty string. Similarly, fix the secret namespace.
980db36 to
b9a38a8
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
The driver now logs, which is what we want:
|
|
@mpatlasov: Overrode contexts on behalf of mpatlasov: ci/prow/hypershift-e2e-aks DetailsIn 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-sigs/prow repository. |
|
/test e2e-azure |
|
See multi-PR test result: /verified by @duanwei33 |
|
@duanwei33: This PR has been marked as verified by DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@jsafrane: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
@jsafrane: Jira Issue Verification Checks: Jira Issue OCPBUGS-70304 Jira Issue OCPBUGS-70304 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Fix included in accepted release 4.22.0-0.nightly-2026-01-28-225830 |
--cloud-config-secret-name=""in a yaml file sets the Secret name to a string with two double quote characters. We need the name to be an empty string.Similarly, fix the secret namespace.
@openshift/storage