fix quay container name

This commit is contained in:
jessicagreben
2019-01-04 21:29:20 -08:00
parent 1a768e094a
commit 9701ec4569
+2 -2
View File
@@ -107,7 +107,7 @@ spec:
serviceAccountName: fairwinds
containers:
- name: webhook
image: quay.io/jessgreb/fairwinds
image: quay.io/reactiveops/fairwinds
command: ["fairwinds", "--webhook"]
imagePullPolicy: Always
resources:
@@ -125,7 +125,7 @@ spec:
subPath: config.yml
readOnly: true
- name: dashboard
image: quay.io/jessgreb/fairwinds
image: quay.io/reactiveops/fairwinds
command: ["fairwinds", "--dashboard"]
imagePullPolicy: Always
ports: