diff --git a/examples/simple_osdu/outputs.tf b/examples/simple_osdu/outputs.tf
index 39b6606e62eab96afc74ccd839f1bed8f7b9f0f0..4724fb227e3638ee6c1d76b22cd59f5212151bd0 100644
--- a/examples/simple_osdu/outputs.tf
+++ b/examples/simple_osdu/outputs.tf
@@ -50,10 +50,6 @@ output "tests_report_endpoint" {
   value = module.osdu_k8s.tests_report_endpoint
 }
 
-output "helm_custom_values_file_path" {
-  value = module.osdu_k8s.helm_values_filename
-}
-
 output "osdu_services_endpoints" {
   value = {
     config_endpoint        = "https://${module.osdu.ingress_domain}/api/config/v1/info",