victorious-wall-1075
03/04/2022, 6:08 AM# Deploy the bitnami/wordpress chart.
edgeChart = Release(
"lilac-edge",
ReleaseArgs(
chart="./lilac-edge",
version="0.1.0",
namespace="lilac-edge",
values=values,
timeout=600
),
)
This works as long as ~/.kube/cofig is setup OR set the KUBECONFIG env variable is set.
I will be unable to do either of the above as my code is running inside flask application (actually flask + celery) and the specific cluster is chose based on the input received.
Is there a way to set the kube config location at the per pulumi stack level ?
can we setup ENV variables on a per stack basis?bored-table-20691
03/04/2022, 6:50 AMvictorious-wall-1075
03/04/2022, 6:58 AMbored-table-20691
03/04/2022, 6:59 AMvictorious-wall-1075
03/04/2022, 7:30 AM