diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 6e4b6a7..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2.1 -jobs: - lint: - docker: - - image: twuni/helm:3.4.1 - steps: - - checkout - - run: - command: helm lint --strict - name: lint -workflows: - version: 2 - default: - jobs: - - lint diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f117ec4..4729a40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,4 +38,4 @@ jobs: - name: Test run: | helm install docker-registry . --wait --wait-for-jobs - kubectl get all + kubectl get all,pvc