We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b2bdf commit 128737aCopy full SHA for 128737a
Tiltfile
@@ -122,7 +122,7 @@ ac_flags = [
122
123
ac_chart_deps = ['build-binary', 'local-child-chart-upload']
124
125
-latest_flux = os.getenv('LATEST_FLUX', 'false').lower() == 'true'
+latest_flux = os.getenv('USE_LATEST_FLUX', 'false').lower() == 'true'
126
127
if latest_flux:
128
## we are saving the latest flux version chart in the local repository and updating the dependencies to point to it in
0 commit comments