We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d431f42 commit c970aebCopy full SHA for c970aeb
2 files changed
.github/workflows/main-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
if: github.event_name != 'schedule'
29
runs-on: ubuntu-latest
30
permissions:
31
- contents: read
+ contents: write
32
steps:
33
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34
README.md
@@ -0,0 +1,3 @@
1
+# codespace-like helm chart
2
+
3
+A helm cart to deploy a personal dev server on self-hosted kubernetes (using a specialy crafted image based on code-server).
0 commit comments