diff --git a/tests/library/common/addon_codeserver_spec.rb b/tests/library/common/addon_codeserver_spec.rb index 04362dc8..a1c32d4e 100644 --- a/tests/library/common/addon_codeserver_spec.rb +++ b/tests/library/common/addon_codeserver_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'addon::codeserver' do diff --git a/tests/library/common/addon_netshoot_spec.rb b/tests/library/common/addon_netshoot_spec.rb index 9404008c..96387ab3 100644 --- a/tests/library/common/addon_netshoot_spec.rb +++ b/tests/library/common/addon_netshoot_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'addon::netshoot' do diff --git a/tests/library/common/addon_promtail_spec.rb b/tests/library/common/addon_promtail_spec.rb index 2018c175..5a62d546 100644 --- a/tests/library/common/addon_promtail_spec.rb +++ b/tests/library/common/addon_promtail_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'addon::promtail' do diff --git a/tests/library/common/addon_vpn_spec.rb b/tests/library/common/addon_vpn_spec.rb index fbd65305..09821c06 100644 --- a/tests/library/common/addon_vpn_spec.rb +++ b/tests/library/common/addon_vpn_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'addon::vpn' do diff --git a/tests/library/common/autoPermissions_spec.rb b/tests/library/common/autoPermissions_spec.rb index 125d991c..8b27a276 100644 --- a/tests/library/common/autoPermissions_spec.rb +++ b/tests/library/common/autoPermissions_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'initContainer::permissions' do diff --git a/tests/library/common/cert_spec.rb b/tests/library/common/cert_spec.rb index 9b9ac625..e84343c4 100644 --- a/tests/library/common/cert_spec.rb +++ b/tests/library/common/cert_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'scaleCertificate' do it 'disabled by default' do diff --git a/tests/library/common/container_resources_spec.rb b/tests/library/common/container_resources_spec.rb index 4de989bf..4f66eeb4 100644 --- a/tests/library/common/container_resources_spec.rb +++ b/tests/library/common/container_resources_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'container::resources' do diff --git a/tests/library/common/container_spec.rb b/tests/library/common/container_spec.rb index 6c680219..e8a281be 100644 --- a/tests/library/common/container_spec.rb +++ b/tests/library/common/container_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'container::command' do diff --git a/tests/library/common/controller_spec.rb b/tests/library/common/controller_spec.rb index dfd1ced4..76c1046c 100644 --- a/tests/library/common/controller_spec.rb +++ b/tests/library/common/controller_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'controller::type' do diff --git a/tests/library/common/hpa_spec.rb b/tests/library/common/hpa_spec.rb index 7a859dc3..5b16ec53 100644 --- a/tests/library/common/hpa_spec.rb +++ b/tests/library/common/hpa_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do diff --git a/tests/library/common/ingress_spec.rb b/tests/library/common/ingress_spec.rb index 59132779..3ab89bc8 100644 --- a/tests/library/common/ingress_spec.rb +++ b/tests/library/common/ingress_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'ingress' do diff --git a/tests/library/common/persistence_spec.rb b/tests/library/common/persistence_spec.rb index 96ff6c24..cef7ac6b 100644 --- a/tests/library/common/persistence_spec.rb +++ b/tests/library/common/persistence_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do diff --git a/tests/library/common/pod_spec.rb b/tests/library/common/pod_spec.rb index b2b2040b..aa3ec2ac 100644 --- a/tests/library/common/pod_spec.rb +++ b/tests/library/common/pod_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'pod::replicas' do diff --git a/tests/library/common/portal_spec.rb b/tests/library/common/portal_spec.rb index c748a506..ab6f675c 100644 --- a/tests/library/common/portal_spec.rb +++ b/tests/library/common/portal_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'portal::configmap::defaults' do diff --git a/tests/library/common/pvc_spec.rb b/tests/library/common/pvc_spec.rb index 8caddf08..3e0ca0cf 100644 --- a/tests/library/common/pvc_spec.rb +++ b/tests/library/common/pvc_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'pvc' do diff --git a/tests/library/common/service_spec.rb b/tests/library/common/service_spec.rb index ec8aaf4f..043d507b 100644 --- a/tests/library/common/service_spec.rb +++ b/tests/library/common/service_spec.rb @@ -2,7 +2,7 @@ require_relative '../../test_helper' class Test < ChartTest - @@chart = Chart.new('charts/library/common-test') + @@chart = Chart.new('helper-charts/common-test') describe @@chart.name do describe 'service::ports settings' do