| deployment <Name> spec template: { |
| metadata annotations "prometheus.io.scrape": "true" |
| deployment <Name> spec template spec: { |
| name: *"\(Name)-disk" | string |
| gcePersistentDisk pdName: *"\(Name)-disk" | string |
| gcePersistentDisk fsType: "ext4" |
| name: *"secret-\(Name)" | string |
| secret secretName: *"\(Name)-secrets" | string |
| name: *"\(Name)-disk" | string |
| mountPath: *"/logs" | string |
| mountPath: *"/etc/certs" | string |
| name: *"secret-\(Name)" | string |
| }] if _hasDisks // field comprehension using just "if" |