From fd68a918e79dd18f66ab4ea67a2db8d5798c0b72 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Tue, 29 Oct 2024 15:53:43 -0400 Subject: [PATCH] Updated feature flagging readme --- docs/feature-flagging.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/feature-flagging.md b/docs/feature-flagging.md index e420c70c5..ecefa2250 100644 --- a/docs/feature-flagging.md +++ b/docs/feature-flagging.md @@ -48,3 +48,9 @@ cf restage ``` cf restage notify-admin-sandbox ``` + +### 5. Update environment specific manifest file(s) and merge into source code + +#### Example: + +If demo environment had a feature flag flipped, then navigate to the demo.yml file and add appropriate value.