This message was deleted.
# opal
s
This message was deleted.
o
Yes, but I think you'd need to edit the helm chart to propogate them. @Raz Co can probably give a better answer here tomorrow
p
Yep, true. I think I need to clone whole repo for that. A change to the helm chart will be great adding something like below :
Copy code
{{- range $name, $value := .Values.env }}
        - name: {{ $name }}
          value: {{ $value }}
        {{- end }}
r
Hey @Priya reddy, Yes I agree, custom env variables could be nice here. I wonder which env variables are you looking to add ? Something specific to OPAL ?
Got this in a PR - Take a look on the example there 🙂
Copy code
server:
  extraEnv:
    "CUSTOM_ENV_VAR": "VALUE"
client: 
  extraEnv:
    "CUSTOM_ENV_VAR": "VALUE"
@Priya reddy take a look at the release here - https://github.com/permitio/opal-helm-chart/releases/tag/0.0.7 Have a great weekend !
p
Thank you so much for quickly fixing @Raz Co, this is great . It works for me .
I have a proxy issue so I was trying to add proxy variable into the pod