diff options
Diffstat (limited to '_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides')
-rw-r--r-- | _slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides index 9d39d27..22770e6 100644 --- a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides +++ b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides @@ -123,10 +123,10 @@ We now know about the types # backend -1. **rollout**: k8s blue/green, canary and `common-rollout` -2. **feature flag**: `common-rollout` and datasets +1. **rollout**: k8s blue/green, canary and ~`common-rollout`~ `common-xp` +2. **feature flag**: ~`common-rollout`~ `common-xp` and datasets 3. **experiment**: `common-xp` -4. **operational toggle**: `common-rollout` +4. **operational toggle**: ~`common-rollout`~ `common-xp` ??? @@ -268,7 +268,7 @@ only for **mobile** --- -## Extend `common-rollout` if required +## Extend ~`common-rollout`~ `common-xp` if required That's how `:include-list`, `:app-version`, *etc.* were born |