Skip to content

Commit

Permalink
Remove Helm chart source files
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Apr 14, 2022
1 parent 8254b03 commit f8f98e5
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 866 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'go', 'javascript', 'python' ]
language: [ 'go', 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/helm.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,3 @@ jobs: # Docs: <https://git.io/JvxXE>
version: v1.42 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --timeout 4m # the default of 1m didn't suffice occasionally

helm:
name: Helm
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with: {fetch-depth: 0}

- name: Run helm lint
run: helm lint deploy/helm/wg-access-server/
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,10 @@ to connect your phone using the UI and QR code!

## Running on Kubernetes via Helm

wg-access-server ships a Helm chart to make it easy to get started on
Kubernetes.

Here's a quick start, but you can read more at the [Helm Chart Deployment Docs](https://freifunkMUC.github.io/wg-access-server/deployment/3-kubernetes/)

```bash
# deploy
helm install my-release --repo https://freifunkMUC.github.io/wg-access-server wg-access-server

# cleanup
helm delete my-release
```
The Helm chart included in this repository has been removed due to lack of expertise on our side and nobody answering
our call for aid.
If you are a Kubernetes/Helm user, please consider stepping up and taking over maintenance of the chart at
https://github.com/freifunkMUC/wg-access-server-chart.

## Screenshots

Expand Down
23 changes: 0 additions & 23 deletions deploy/helm/wg-access-server/.helmignore

This file was deleted.

5 changes: 0 additions & 5 deletions deploy/helm/wg-access-server/Chart.yaml

This file was deleted.

105 changes: 0 additions & 105 deletions deploy/helm/wg-access-server/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions deploy/helm/wg-access-server/templates/NOTES.txt

This file was deleted.

80 changes: 0 additions & 80 deletions deploy/helm/wg-access-server/templates/_helpers.tpl

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/helm/wg-access-server/templates/configmap.yaml

This file was deleted.

Loading

0 comments on commit f8f98e5

Please sign in to comment.