Skip to content
You must be logged in to vote

@sandeepraj-chandrakant-bhandari-db you can just add the HTTP proxy environment variables to your RunnerDeployment as below:

apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
  name: demo-runners
spec:
  template:
    spec:
      env:
        - name: http_proxy
          value: "http://proxy.example.com:8080"
        - name: https_proxy
          value: "http://proxy.example.com:8080"
        - name: no_proxy
          value: "172.20.0.1,*.example.com"
...

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mumoshu
Comment options

@sandeepraj-chandrakant-bhandari-db
Comment options

@donovanmuller
Comment options

@sandeepraj-chandrakant-bhandari-db
Comment options

@sandeepraj-chandrakant-bhandari-db
Comment options

Answer selected by mumoshu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #493 on May 01, 2021 12:31.