Misidentify images in error logging level parameters
ssmiller25 opened this issue · 1 comments
ssmiller25 commented
Mis-identification of container URLs on a specific arguments. A quick manifest that demos the error is below:
apiVersion: apps/v1
kind: Deployment
metadata:
labels: {}
name: testdeployment
spec:
selector:
matchLabels: {}
template:
spec:
containers:
- args:
- --proxyComponentLogLevel=misc:error
- --log_output_level=default:info
name: test
image: busybox
ssmiller25 commented
Fixed in #45