From fa49e16454a8c3c90453432da8c5cbeac3b1ce35 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sun, 28 Aug 2022 01:05:04 -0500 Subject: [PATCH] Rename helm package --- .github/workflows/build.yml | 2 +- docs/kubernetes.md | 4 ++-- helm/{easyhaproxy-ingress => easyhaproxy}/.helmignore | 0 helm/{easyhaproxy-ingress => easyhaproxy}/Chart.yaml | 0 .../templates/_helpers.tpl | 0 .../templates/clusterrole.yaml | 0 .../templates/clusterrolebinding.yaml | 0 .../templates/deployment.yaml | 0 .../templates/serviceaccount.yaml | 0 helm/{easyhaproxy-ingress => easyhaproxy}/values.yaml | 0 10 files changed, 3 insertions(+), 3 deletions(-) rename helm/{easyhaproxy-ingress => easyhaproxy}/.helmignore (100%) rename helm/{easyhaproxy-ingress => easyhaproxy}/Chart.yaml (100%) rename helm/{easyhaproxy-ingress => easyhaproxy}/templates/_helpers.tpl (100%) rename helm/{easyhaproxy-ingress => easyhaproxy}/templates/clusterrole.yaml (100%) rename helm/{easyhaproxy-ingress => easyhaproxy}/templates/clusterrolebinding.yaml (100%) rename helm/{easyhaproxy-ingress => easyhaproxy}/templates/deployment.yaml (100%) rename helm/{easyhaproxy-ingress => easyhaproxy}/templates/serviceaccount.yaml (100%) rename helm/{easyhaproxy-ingress => easyhaproxy}/values.yaml (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcd3b5d..7991d5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}' steps: - uses: actions/checkout@v2 - - run: curl https://opensource.byjg.com/add-helm.sh | bash /dev/stdin helm easyhaproxy-ingress + - run: curl https://opensource.byjg.com/add-helm.sh | bash /dev/stdin helm easyhaproxy Documentation: runs-on: 'ubuntu-latest' diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 22cc486..9063a85 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -47,8 +47,8 @@ Minimal configuration helm repo add byjg https://opensource.byjg.com/helm helm repo update kubectl create namespace easyhaproxy -helm upgrade --install byjg byjg/easyhaproxy-ingress \ - --namespace easyhaproxy +helm upgrade --install ingress byjg/easyhaproxy \ + --namespace easyhaproxy \ --set resources.requests.cpu=100m \ --set resources.requests.memory=128Mi ``` diff --git a/helm/easyhaproxy-ingress/.helmignore b/helm/easyhaproxy/.helmignore similarity index 100% rename from helm/easyhaproxy-ingress/.helmignore rename to helm/easyhaproxy/.helmignore diff --git a/helm/easyhaproxy-ingress/Chart.yaml b/helm/easyhaproxy/Chart.yaml similarity index 100% rename from helm/easyhaproxy-ingress/Chart.yaml rename to helm/easyhaproxy/Chart.yaml diff --git a/helm/easyhaproxy-ingress/templates/_helpers.tpl b/helm/easyhaproxy/templates/_helpers.tpl similarity index 100% rename from helm/easyhaproxy-ingress/templates/_helpers.tpl rename to helm/easyhaproxy/templates/_helpers.tpl diff --git a/helm/easyhaproxy-ingress/templates/clusterrole.yaml b/helm/easyhaproxy/templates/clusterrole.yaml similarity index 100% rename from helm/easyhaproxy-ingress/templates/clusterrole.yaml rename to helm/easyhaproxy/templates/clusterrole.yaml diff --git a/helm/easyhaproxy-ingress/templates/clusterrolebinding.yaml b/helm/easyhaproxy/templates/clusterrolebinding.yaml similarity index 100% rename from helm/easyhaproxy-ingress/templates/clusterrolebinding.yaml rename to helm/easyhaproxy/templates/clusterrolebinding.yaml diff --git a/helm/easyhaproxy-ingress/templates/deployment.yaml b/helm/easyhaproxy/templates/deployment.yaml similarity index 100% rename from helm/easyhaproxy-ingress/templates/deployment.yaml rename to helm/easyhaproxy/templates/deployment.yaml diff --git a/helm/easyhaproxy-ingress/templates/serviceaccount.yaml b/helm/easyhaproxy/templates/serviceaccount.yaml similarity index 100% rename from helm/easyhaproxy-ingress/templates/serviceaccount.yaml rename to helm/easyhaproxy/templates/serviceaccount.yaml diff --git a/helm/easyhaproxy-ingress/values.yaml b/helm/easyhaproxy/values.yaml similarity index 100% rename from helm/easyhaproxy-ingress/values.yaml rename to helm/easyhaproxy/values.yaml