diff --git a/examples/dynamic-config-cp/resource.go b/examples/dynamic-config-cp/resource.go index 2cc38f35bc200..de423524038df 100644 --- a/examples/dynamic-config-cp/resource.go +++ b/examples/dynamic-config-cp/resource.go @@ -170,5 +170,6 @@ func GenerateSnapshot() cache.Snapshot { []types.Resource{makeHTTPListener(ListenerName, RouteName)}, []types.Resource{}, // runtimes []types.Resource{}, // secrets + []types.Resource{}, ) }