Skip to content

Commit

Permalink
Update src/content/reference/feature-flags.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
codyjlandstrom authored Feb 28, 2025
1 parent 27f37d2 commit d67ea07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/feature-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Below is a list of those variables that you can use to leverage these newer and
| OKTETO_KUBERNETES_TIMEOUT | Specifies the timeout while deploying | `0` |
| OKTETO_LOCAL_REGISTRY_STORE_PRIORITY_ENABLED | Gives more priority to the local registry credentials than the Okteto Registry Credentials | `false` |
| OKTETO_SMART_BUILDS_ENABLED | Enables the [Smart Builds feature](core/build-service.mdx#smart-builds) that uses a hash of the build context to determine if an image needs to be rebuilt or can be pulled from the registry. This can accelerate build times | `true` |
| OKTETO_SMART_BUILDS_IGNORE_FILES_ENABLED | If set, considers ignores rules in .dockerignore for calculating smart build context. | `false` |
| OKTETO_SMART_BUILDS_IGNORE_FILES_ENABLED | When enabled, files listed in `.dockerignore` will be excluded from the smart build context calculation | `false` |
| OKTETO_SUPPORT_STACKS_ENABLED | Support Okteto Stacks syntax | `false` |
| OKTETO_SYNCTHING_VERSION | Specifies the Syncthing version the CLI must use | N/A |
| OKTETO_USE_STATIC_KUBETOKEN | Use a fixed token rather than a dynamic token for interactions with the Kubernetes API | `false` |

0 comments on commit d67ea07

Please sign in to comment.