Skip to content

Commit 4f0f2c9

Browse files
committed
fix: add --ignore-missing-schemas to kubeconform for CRDs (ServiceMonitor, ExternalSecret)
1 parent 255f4a5 commit 4f0f2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/platform-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Validate manifests with kubeconform
108108
run: |
109109
for f in /tmp/simple-app-*.yaml /tmp/app-b-*.yaml; do
110-
kubeconform -summary -output json "$f"
110+
kubeconform -summary -ignore-missing-schemas -output json "$f"
111111
done
112112
113113
- name: Validate Argo CD applications

0 commit comments

Comments
 (0)