zd9KgA

Results 2 issues of zd9KgA

### Report In the definition of a ScaledJob.spec.jobTargetRef.template.containers, I'd expect to be able to state something like this: ``` ports: - containerPort: 8080 name: metrics protocol: TCP - containerPort: 8080...

bug

With file import.yaml as: ```yaml schema: |-2 definition user {} caveat only_on_tuesday(day_of_week string) { day_of_week == 'tuesday' } definition document { relation reader: user | user with only_on_tuesday permission view...