plexsystems / sinker

A tool to sync images from one container registry to another
MIT License
609 stars 53 forks source link

Misidentify images in error logging level parameters #44

Closed ssmiller25 closed 3 years ago

ssmiller25 commented 3 years ago

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 3 years ago

Fixed in #45