Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Oct 4, 2024
1 parent 4fe6046 commit 2c29b8b
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Set up Kubeconform
uses: bmuschko/setup-kubeconform@v1
- name: Validate Against Kubernetes Schema
run: kubeconform -kubernetes-version=1.30.2 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=exercises/15-helm-build-chart -ignore-filename-pattern=exercises/16-kustomize-environments/**/kustomization.yaml -ignore-filename-pattern=exercises/17-api-deprecation/deployment.yaml -ignore-filename-pattern=exercises/21-crd -ignore-filename-pattern=exercises/26-configmap/application.yaml -summary .
run: kubeconform -kubernetes-version=1.30.2 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=exercises/15-helm-build-chart -ignore-filename-pattern=exercises/16-kustomize-secret-patch/**/kustomization.yaml -ignore-filename-pattern=exercises/17-api-deprecation/deployment.yaml -ignore-filename-pattern=exercises/21-crd -ignore-filename-pattern=exercises/26-configmap/application.yaml -summary .

0 comments on commit 2c29b8b

Please sign in to comment.