Commit 50427287 authored by Paul Morie's avatar Paul Morie

Add note and link to doc in variable expansion e2e

parent 3281e752
...@@ -23,6 +23,8 @@ import ( ...@@ -23,6 +23,8 @@ import (
. "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo"
) )
// These tests exercise the Kubernetes expansion syntax $(VAR).
// For more information, see: docs/design/expansion.md
var _ = Describe("Variable Expansion", func() { var _ = Describe("Variable Expansion", func() {
framework := NewFramework("var-expansion") framework := NewFramework("var-expansion")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment