plexsystems/sinker

Misidentify images in error logging level parameters

ssmiller25 opened this issue · 1 comments

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

Fixed in #45