diff options
author | EuAndreh <eu@euandre.org> | 2021-01-25 15:20:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-25 15:22:17 -0300 |
commit | 9b0adff84581e24eea8221b322da6776b40ad67f (patch) | |
tree | 2666c83ab8950ac1d93c8203c17aca2b38835663 /_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides | |
parent | _config.yml: Exclude *.checksum files from built site (diff) | |
download | euandre.org-9b0adff84581e24eea8221b322da6776b40ad67f.tar.gz euandre.org-9b0adff84581e24eea8221b322da6776b40ad67f.tar.xz |
rollout slides: s/common-rollout/common-xp/g
Diffstat (limited to '')
-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 |