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

AutoscalingRunnerSet env: not Rendering correctly #3826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thinkbiggerltd
Copy link

@thinkbiggerltd thinkbiggerltd commented Nov 28, 2024

ChangeLog:

  • Added Trim to Container Runner env: rendering
  • AutoscalingRunnerSet env: not rendering properly, as follows
       env:
          -
            name: http_proxy
            value: http://my-http-proxy
          -
            name: https_proxy
            value: http://my-http-proxy
          - name: DOCKER_HOST
            value: unix:///var/run/docker.sock
          - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
      - 
  • Added Trim to helper.tpl to resolve. Now rendering to the following
        env:
          - name: http_proxy
            value: http://my-http-proxy
          - name: https_proxy
            value: http://my-http-proxy
          - name: DOCKER_HOST
            value: unix:///var/run/docker.sock
          - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS

ChangeLog:
- Added Trim to Container Runner env: rendering
@thinkbiggerltd thinkbiggerltd changed the title Runner ENV Rendering Helper.tpl Change AutoscalingRunnerSet env: not Rendering correctly Nov 28, 2024
@Link- Link- added the attention Requires attention label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
attention Requires attention
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants