mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-23 22:26:34 +00:00
fix quay container name
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user