Skip to content
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

[Bug]: No organizationURL given #242

Open
24mu13 opened this issue Jun 4, 2024 · 3 comments
Open

[Bug]: No organizationURL given #242

24mu13 opened this issue Jun 4, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@24mu13
Copy link

24mu13 commented Jun 4, 2024

Even if it's present on values.yaml, when running on the KEDA operator, I get the following error:

2024-06-04T18:58:57Z ERROR Failed to ensure ScaledJob is correctly created {"controller": "scaledjob", "controllerGroup": "keda.sh", "controllerKind": "ScaledJob", "ScaledJob": {"name":"agent-blue-agent","namespace":"default"}, "namespace": "default", "name": "agent-blue-agent", "reconcileID": "c4a72bcb-4c9a-420d-b3f3-7d8527e34ba0", "error": "error parsing azure Pipelines metadata: no organizationURL given"}

The error to the user in CLI is the following instead:

* Pod "agent-blue-agent-1" is invalid: spec.containers[0].lifecycle.preStop.exec.command: Required value
@Riqardos
Copy link

@24mu13 I had the same problem, issue is with these parameters:

 "pipelines" : {
      "cache" : {
        "volumeEnabled": true
      }
      "tmpdir": {
        "volumeEnabled": true
      }
    }

if they are both set to true, no command is set to azp-agent container and it ends up with error above.

The solution would be to add some dummy command there in the helm template or make the preStop hook customizable.

@Riqardos
Copy link

created PR for this

@clemlesne
Copy link
Owner

PR raquires a few fixes, it should be done quickly.

Thank you @24mu13 for the bug report!

@clemlesne clemlesne added the bug Something isn't working label Aug 31, 2024
@clemlesne clemlesne changed the title No organizationURL given [Bug]: No organizationURL given Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants