diff --git a/docs/developer/test-package-against-bb.md b/docs/developer/test-package-against-bb.md
index 38a8228591c2dab95a35d1a677c5b02c83b91e79..7f361905cb160515138ea5d80218916097719f44 100644
--- a/docs/developer/test-package-against-bb.md
+++ b/docs/developer/test-package-against-bb.md
@@ -11,9 +11,10 @@ As part of your MR that modifies istio you will need to run bigbang tests agains
       git:
         tag: null
         branch: my-package-branch-that-needs-testing
-      istio:
-        hardened:
-          enabled: true
+      values:
+        istio:
+          hardened:
+            enabled: true
     ```
 1. Stage your changes `git add -A`
 1. Commit your changes `git commit -m "prepping for test"`