sparse-intern-71089
02/09/2023, 8:29 AMcurved-kitchen-24115
02/09/2023, 10:37 PM// EFS CSI Installation
const efsCSI = new k8s.helm.v3.Release(
"efs-csi",
{
// NOTE: you must set the name, otherwise updates do not work.
// Absent a name pulumi will generate a hash to make the name unique; as this happen before the
// apply helm will not apply an update as the <http://meta.helm.sh/release-name|meta.helm.sh/release-name> annotation will not match
name: "efs-csi",
... snip ...
From our codebase, where we install the efs-csi driver using helm.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by