Skip to content

Allow get of namespaces and pods in edge cluster roles #100

Allow get of namespaces and pods in edge cluster roles

Allow get of namespaces and pods in edge cluster roles #100

Workflow file for this run

name: Pull Request
on:
pull_request
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4.2.0
- name: Install unittest plugin
run: helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.2
- name: helm lint
run: helm lint helm-chart-sources/*
- name: helm unittest
run: helm unittest helm-chart-sources/*
- uses: actions/setup-go@v5
with:
go-version: '>=1.19.0'
- name: Install kubeconform
run: go install github.com/yannh/kubeconform/cmd/kubeconform@v0.6.7
- name: kubeconform
run: ./scripts/kubeconform.sh