This message was deleted.
s
This message was deleted.
b
And for some reason if i’m trying to put this values it succeed
Copy code
```values: {
    FileSystemId: fileSystemId,
    datadog: {
        agents: {
            volumeMounts: [
                {
                    name: "log-mount",
                    mountPath: "logs",
                }
            ],
            volumes: [
                {
                    name: "log-mount",
                    persistentVolumeClaim: {
                        claimName: "log-mount"
                    }

                }
            ]
        },
        clusterAgent: {},
        datadog: {
            "asdf":"asdf",
.
.
.
So weird.. This is failing me
And this is working
Any idea?
g
Please file an issue. I’m guessing that the config may be malformed, but it definitely shouldn’t be panicking on bad input.
120 Views