We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aa169 commit 6ff3ffeCopy full SHA for 6ff3ffe
workspaces/controller/internal/controller/suite_test.go
@@ -218,7 +218,7 @@ func NewExampleWorkspaceKind1(name string) *kubefloworgv1beta1.WorkspaceKind {
218
HTTPProxy: &kubefloworgv1beta1.HTTPProxy{
219
RemovePathPrefix: ptr.To(false),
220
RequestHeaders: &kubefloworgv1beta1.IstioHeaderOperations{
221
- Set: map[string]string{"X-RStudio-Root-Path": "{{ httpPathPrefix '.PathPrefix' }}"},
+ Set: map[string]string{"X-RStudio-Root-Path": "{{ .PathPrefix }}"},
222
Add: map[string]string{},
223
Remove: []string{},
224
},
0 commit comments