We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d818f6b commit 06e73cdCopy full SHA for 06e73cd
2 files changed
.github/workflows/lint-test.yml
@@ -48,6 +48,7 @@ jobs:
48
if: steps.list-changed.outputs.changed == 'true'
49
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
50
51
+ # https://github.com/marketplace/actions/kind-cluster
52
- name: Create kind cluster
53
54
uses: helm/kind-action@v1.14.0
charts/wger/values.yaml
@@ -17,7 +17,7 @@ app:
17
persistence:
18
storageClass: null
19
accessModes:
20
- - ReadWriteMany
+ - ReadWriteOnce
21
sizeMedia: 8Gi
22
sizeStatic: 8Gi
23
sizeCeleryBeat: 1Gi
0 commit comments