diff --git a/README.md b/README.md index d99406c..3f7b5d8 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,7 @@ env: value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_INSTANCE_TYPE value: "cpx21" - - name: WOODPECKER_AUTOSCALER_HCLOUD_REGION - value: "define_it" - - name: WOODPECKER_AUTOSCALER_HCLOUD_DATACENTER + - name: WOODPECKER_AUTOSCALER_HCLOUD_LOCATION value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_SSH_KEY value: "define_it" @@ -79,8 +77,7 @@ WOODPECKER_AUTOSCALER_WOODPECKER_AGENT_SECRET="define_it" WOODPECKER_AUTOSCALER_WOODPECKER_API_TOKEN="define_it" WOODPECKER_AUTOSCALER_HCLOUD_TOKEN="define_it" WOODPECKER_AUTOSCALER_HCLOUD_INSTANCE_TYPE=cpx21 -WOODPECKER_AUTOSCALER_HCLOUD_REGION="define_it" -WOODPECKER_AUTOSCALER_HCLOUD_DATACENTER="define_it" +WOODPECKER_AUTOSCALER_HCLOUD_LOCATION="define_it" WOODPECKER_AUTOSCALER_HCLOUD_SSH_KEY="define_it" ``` diff --git a/chart/metallb-ip-floater/.helmignore b/chart/woodpecker-autoscaler/.helmignore similarity index 100% rename from chart/metallb-ip-floater/.helmignore rename to chart/woodpecker-autoscaler/.helmignore diff --git a/chart/metallb-ip-floater/Chart.yaml b/chart/woodpecker-autoscaler/Chart.yaml similarity index 100% rename from chart/metallb-ip-floater/Chart.yaml rename to chart/woodpecker-autoscaler/Chart.yaml diff --git a/chart/metallb-ip-floater/templates/NOTES.txt b/chart/woodpecker-autoscaler/templates/NOTES.txt similarity index 100% rename from chart/metallb-ip-floater/templates/NOTES.txt rename to chart/woodpecker-autoscaler/templates/NOTES.txt diff --git a/chart/metallb-ip-floater/templates/_helpers.tpl b/chart/woodpecker-autoscaler/templates/_helpers.tpl similarity index 100% rename from chart/metallb-ip-floater/templates/_helpers.tpl rename to chart/woodpecker-autoscaler/templates/_helpers.tpl diff --git a/chart/metallb-ip-floater/templates/deployment.yaml b/chart/woodpecker-autoscaler/templates/deployment.yaml similarity index 100% rename from chart/metallb-ip-floater/templates/deployment.yaml rename to chart/woodpecker-autoscaler/templates/deployment.yaml diff --git a/chart/metallb-ip-floater/templates/serviceaccount.yaml b/chart/woodpecker-autoscaler/templates/serviceaccount.yaml similarity index 100% rename from chart/metallb-ip-floater/templates/serviceaccount.yaml rename to chart/woodpecker-autoscaler/templates/serviceaccount.yaml diff --git a/chart/metallb-ip-floater/values.yaml b/chart/woodpecker-autoscaler/values.yaml similarity index 94% rename from chart/metallb-ip-floater/values.yaml rename to chart/woodpecker-autoscaler/values.yaml index dfdccc3..e8feae4 100644 --- a/chart/metallb-ip-floater/values.yaml +++ b/chart/woodpecker-autoscaler/values.yaml @@ -53,9 +53,7 @@ env: value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_INSTANCE_TYPE value: "cpx21" - - name: WOODPECKER_AUTOSCALER_HCLOUD_REGION - value: "define_it" - - name: WOODPECKER_AUTOSCALER_HCLOUD_DATACENTER + - name: WOODPECKER_AUTOSCALER_HCLOUD_LOCATION value: "define_it" - name: WOODPECKER_AUTOSCALER_HCLOUD_SSH_KEY value: "define_it"