Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbalamurali committed Nov 12, 2023
1 parent 3840e46 commit fc56965
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 947 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Install Helm
uses: azure/setup-helm@v3

- name: Validate Helm Chart
working-directory: charts/neon
run: helm lint .

- name: Create Kind Cluster
uses: helm/[email protected]

# - name: Apply Helm Chart
# working-directory: charts/neon
# run: helm install neon .

# - name: Configure Git
# run: |
# git config --global user.name "${{ github.actor }}"
# git config --global user.email "${{ github.actor }}@users.noreply.github.com"

# - name: Package Helm Chart
# working-directory: charts/neon
# run: helm package .

# - name: Publish Helm Chart
# uses: helm/[email protected]
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Only use this code if you know what you are doing legally in agreement with NEON
- [ ] Tenants & Timelines management via CRD (Partial Implementation Done)
- [ ] Autoscaler Agent Support
- [ ] Proxy Server Support (Not really useful unless you are on constrained env like WASM!!!)
- [ ] Add NEON_CONTROL_PLANE_TOKEN env on compute-node.
23 changes: 0 additions & 23 deletions charts/neon/.helmignore

This file was deleted.

9 changes: 0 additions & 9 deletions charts/neon/Chart.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions charts/neon/templates/NOTES.txt

This file was deleted.

62 changes: 0 additions & 62 deletions charts/neon/templates/_helpers.tpl

This file was deleted.

207 changes: 0 additions & 207 deletions charts/neon/templates/compute-node.yaml

This file was deleted.

Loading

0 comments on commit fc56965

Please sign in to comment.