Git Product home page Git Product logo

Comments (3)

Simwar avatar Simwar commented on August 22, 2024

Hi @InAnimaTe

I tested myself with the datadog helm chart and my agents are getting deployed correctly.

I’m using:

containers:
    agent:
      ## @param env - list - required
      ## Additional environment variables for the agent container.
      #
      env:
        - name: DD_LOGS_CONFIG_USE_HTTP
          value: "true"
        - name: DD_LOGS_CONFIG_LOGS_DD_URL
          value: "pvtlink.logs.datadoghq.com:443"

My agents are deployed correctly and when I run agent config in the agent container I can see:

logs_config:
  logs_dd_url: pvtlink.logs.datadoghq.com:443

So no issues on my side.
When I do kubectl get pod <agent-pod> -o yaml I see this:

- name: DD_LOGS_CONFIG_USE_HTTP
  value: "true"
- name: DD_LOGS_CONFIG_LOGS_DD_URL
  value: pvtlink.logs.datadoghq.com:443

but this doesn’t introduce any issues on the deployment or the config of the agent, as we can see in the status:

==========
Logs Agent
==========

    Sending compressed logs in HTTPS to pvtlink.logs.datadoghq.com on port 443

Could you tell us which issues you are encountering when deploying with these values?

Thanks

from helm-charts.

InAnimaTe avatar InAnimaTe commented on August 22, 2024

Hey @Simwar thanks for responding. What's weird is I'm not even seeing these values in the generated manifest if I do a helm template. Can you share more about the chart version you're using etc..?

Note that I'm using specifically agents.containers.agent.env to pass a list with these settings and its not seeming to be evaluated inside the daemonset declaration for the main agent container vars.

from helm-charts.

InAnimaTe avatar InAnimaTe commented on August 22, 2024

Disregard, going to close this. Seems that evaluation is different for variables now vs the previous chart versions.

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.