https://pulumi.com logo
#dotnet
Title
f

fierce-memory-34976

09/23/2020, 11:02 AM
Copy code
env: [
                            {
                                name: "DD_KUBERNETES_KUBELET_HOST",
                                valueFrom: {
                                    fieldRef: {
                                        fieldPath: "status.hostIP",
                                    },
                                },
                            },
Is it possible to use "valueFrom" and how in Pulumi in C#?
t
f

fierce-memory-34976

09/23/2020, 5:51 PM
I did find that but finally I went for another solution. Thanks for your response, though.