mirror of https://github.com/k3s-io/k3s
Add note and link to doc in variable expansion e2e
parent
3281e7520c
commit
50427287ef
|
@ -23,6 +23,8 @@ import (
|
|||
. "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() {
|
||||
framework := NewFramework("var-expansion")
|
||||
|
||||
|
|
Loading…
Reference in New Issue