Kong / deck

decK: Configuration management and drift detection for Kong

Home Page:https://docs.konghq.com/deck/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate state file in Kubernetes manifest format

sh777 opened this issue · comments

We use gitops approach to deploy our kong setup. The state files in our github is in kubernetes manifest. I'm looking for a way to validate the state files before deployment. With 'deck validate' I'm always getting errors like '(root): Additional property apiVersion is not allowed'.

Can someone please share the solution if there is one?