fix(runway): Remove the `namespace.yaml` from `secret-stores/kustomization.yaml`.
What
fix(runway): Remove the namespace.yaml
from secret-stores/kustomization.yaml
.
Why
The file no longer exists.
This also adds a CI job that runs kubectl kustomize
on each kustomization.yaml
file in the repository.
This ensures that kubectl kustomize
runs successfully on each file, preventing problems such as this.
Issue: gitlab-com/gl-infra/platform/runway/team#285 (closed), gitlab-com/gl-infra/platform/runway/team#468 (closed)