Skip to content

Commit

Permalink
add link to k8s schemas
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Sep 2, 2024
1 parent 55c8163 commit 064ebe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
with:
config_file: .yamllint.yml
strict: true
- name: Azure K8s Linter
uses: azure/k8s-lint@v3
- name: login to Github Packages
run: echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
- uses: docker://ghcr.io/yannh/kubeconform:latest
with:
manifests: apps
kubeconformOpts: -summary
entrypoint: '/kubeconform'
args: "-summary -schema-location default -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' apps/"
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions apps/admission-webhook-k8s/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- service.yaml
Expand Down

0 comments on commit 064ebe1

Please sign in to comment.