This message was deleted.
# ask-community
s
This message was deleted.
c
can you post that file?
v
plus simply masked the endpoint and namespace from my original code here as they cannot be shared.. 🙂
c
Are you setting
enabled: True
anywhere? Looks to me like the error is something like this: https://github.com/k8s-at-home/organization/discussions/57 where there needs to be an outer tag that isn’t set
v
Ok thankyou for the response. If I want to add the below, what should be the value that I will have to provide for the repository? I am trying to add more resources under repository section in azure-pipeline.yaml like in the provided code above. So in the associated value.yaml i'm adding the below code. so the image repository here should be the image of the second resource im trying to provide under repository in azure-pipeline.yaml?
Copy code
addons:
      vpn:
        enabled: true
        type: openvpn
        openvpn:
          image:
            repository: dperson/openvpn-client
            tag: latest
        configFileSecret: openvpn