diff --git a/Code/Helmfile/1/Notes b/Code/Helmfile/1/Notes
index 8a7107e3e1e36b032367d36c3c9b0ad89df0bfc1..2df5bc8dedabe69b3a072c6d539bd5ca364e6d48 100644
--- a/Code/Helmfile/1/Notes
+++ b/Code/Helmfile/1/Notes
@@ -2,3 +2,6 @@ The Helmfile (helmfile.yaml) and Helm Chart (backend) inside the folder (charts)
 
 We can deploy the Helm Chart (backend) by running the command.
 $ helmfile sync
+
+We can deploy the Helm Chart (backend) using multiple Environments to use the (--environment/-e) option by running the command.
+$ helmfile -e staging sync