-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 flavorgen: enforce VSPHERE_USERNAME and VSPHERE_PASSWORD variables to be set as string in templates #3028
🌱 flavorgen: enforce VSPHERE_USERNAME and VSPHERE_PASSWORD variables to be set as string in templates #3028
Conversation
/test help |
@chrischdi: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
7ecaf89
to
7bd1736
Compare
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
… be set as string in templates
7bd1736
to
dcc1dd1
Compare
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main |
Thx! /lgtm |
LGTM label has been added. Git tree hash: f6ed5b461a19bd94e6aa74c8eb3a02d9e0e852d7
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/retest |
… be set as string in templates
What this PR does / why we need it:
Setting a password like
VSPHERE_PASSWORD: "[][xxxxxxx"
toherwise failed due to the following error:xref: https://kubernetes.slack.com/archives/C8TSNPY4T/p1717005276084809
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #