env0 / k8s-modules

3 stars 2 forks source link

Fix: drop usage of non existent stage var #31

Closed ItamarMalka closed 1 year ago

ItamarMalka commented 1 year ago

Issue & Steps to Reproduce / Feature Request

remote run logs tables used a non existing variable env0_stage, it should have just been prod like we have for the deployment logs table

Solution

Drop the stage var and have it be 'prod' instead

How I manually verified it works