From 5057fe58ed65858249c29efa9e830aa6dac46978 Mon Sep 17 00:00:00 2001 From: Viktor Kuliebiakin Date: Wed, 26 Apr 2023 16:20:14 +0300 Subject: [PATCH] set mono repo --- .helmignore => charts/newrelic-php-agent/.helmignore | 0 Chart.yaml => charts/newrelic-php-agent/Chart.yaml | 0 {templates => charts/newrelic-php-agent/templates}/_helpers.tpl | 0 .../newrelic-php-agent/templates}/deployment.yaml | 0 {templates => charts/newrelic-php-agent/templates}/service.yaml | 0 .../newrelic-php-agent/templates}/serviceaccount.yaml | 0 .../newrelic-php-agent/templates}/tests/test-connection.yaml | 0 values.yaml => charts/newrelic-php-agent/values.yaml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename .helmignore => charts/newrelic-php-agent/.helmignore (100%) rename Chart.yaml => charts/newrelic-php-agent/Chart.yaml (100%) rename {templates => charts/newrelic-php-agent/templates}/_helpers.tpl (100%) rename {templates => charts/newrelic-php-agent/templates}/deployment.yaml (100%) rename {templates => charts/newrelic-php-agent/templates}/service.yaml (100%) rename {templates => charts/newrelic-php-agent/templates}/serviceaccount.yaml (100%) rename {templates => charts/newrelic-php-agent/templates}/tests/test-connection.yaml (100%) rename values.yaml => charts/newrelic-php-agent/values.yaml (100%) diff --git a/.helmignore b/charts/newrelic-php-agent/.helmignore similarity index 100% rename from .helmignore rename to charts/newrelic-php-agent/.helmignore diff --git a/Chart.yaml b/charts/newrelic-php-agent/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/newrelic-php-agent/Chart.yaml diff --git a/templates/_helpers.tpl b/charts/newrelic-php-agent/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/newrelic-php-agent/templates/_helpers.tpl diff --git a/templates/deployment.yaml b/charts/newrelic-php-agent/templates/deployment.yaml similarity index 100% rename from templates/deployment.yaml rename to charts/newrelic-php-agent/templates/deployment.yaml diff --git a/templates/service.yaml b/charts/newrelic-php-agent/templates/service.yaml similarity index 100% rename from templates/service.yaml rename to charts/newrelic-php-agent/templates/service.yaml diff --git a/templates/serviceaccount.yaml b/charts/newrelic-php-agent/templates/serviceaccount.yaml similarity index 100% rename from templates/serviceaccount.yaml rename to charts/newrelic-php-agent/templates/serviceaccount.yaml diff --git a/templates/tests/test-connection.yaml b/charts/newrelic-php-agent/templates/tests/test-connection.yaml similarity index 100% rename from templates/tests/test-connection.yaml rename to charts/newrelic-php-agent/templates/tests/test-connection.yaml diff --git a/values.yaml b/charts/newrelic-php-agent/values.yaml similarity index 100% rename from values.yaml rename to charts/newrelic-php-agent/values.yaml