You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it assumes that the helm chart is deployed with release name fst. However, we should be able to override this with env variable RELEASE_NAME. For example,
make deploy-network RELEASE_NAME=fst2
The text was updated successfully, but these errors were encountered:
leninmehedy
changed the title
Charts[GKE-BUG] Allow the same chat to be deployed multiple times with different release-name
Charts[GKE-BUG] Allow the chart to be deployed with different release-name
Oct 6, 2023
Currently it assumes that the helm chart is deployed with release name
fst
. However, we should be able to override this with env variable RELEASE_NAME. For example,make deploy-network RELEASE_NAME=fst2
The text was updated successfully, but these errors were encountered: