-
Hi! I am using the C# client to define a job in the same way that I have defined it using yaml. I have the problem when I want to create a volume in which to host a ConfigMap. I do not know how to do it :( My yaml is like this: I have started to create the job in C#, but I don't know how to continue when I want to define the ConfigMap: Does anyone have an example of how to create a ConfigMap and include it in the job volume? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have found a very good example in this post of Ali Kanso: https://alikanso.medium.com/using-c-with-kubernetes-f0b8dc7bc37f |
Beta Was this translation helpful? Give feedback.
I have found a very good example in this post of Ali Kanso:
https://alikanso.medium.com/using-c-with-kubernetes-f0b8dc7bc37f