Skip to content

[Enhancement] Support to mount emptyDir in storageVolumes #369

[Enhancement] Support to mount emptyDir in storageVolumes

[Enhancement] Support to mount emptyDir in storageVolumes #369

Workflow file for this run

name: UNIT TEST ACTION
on:
pull_request:
branches: ["main"]
jobs:
operator:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Call make test
run: make test
chart:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0
- name: Run helm template
run: |
cd helm-charts/charts/kube-starrocks/
helm template -f values.yaml .