``` apiVersion: v1 kind: Pod metadata: name: nginx namespace: custom-ns spec: containers: - name: nginx image: nginx ``` Skaffold will deploy this correctly, but won't stream the logs