delete imagePullPolicy

This commit is contained in:
Zhiwei Yin
2020-09-28 14:05:59 +08:00
parent 26900e9251
commit 73f6dcfb8e
11 changed files with 0 additions and 14 deletions

View File

@@ -236,7 +236,6 @@ spec:
- /registration-operator
- hub
image: quay.io/open-cluster-management/registration-operator:latest
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz

View File

@@ -40,7 +40,6 @@ spec:
containers:
- name: registration-operator
image: quay.io/open-cluster-management/registration-operator:latest
imagePullPolicy: IfNotPresent
args:
- "/registration-operator"
- "hub"

View File

@@ -237,7 +237,6 @@ spec:
- /registration-operator
- klusterlet
image: quay.io/open-cluster-management/registration-operator:latest
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz

View File

@@ -40,7 +40,6 @@ spec:
containers:
- name: klusterlet
image: quay.io/open-cluster-management/registration-operator:latest
imagePullPolicy: IfNotPresent
args:
- "/registration-operator"
- "klusterlet"

View File

@@ -40,7 +40,6 @@ spec:
containers:
- name: hub-registration-controller
image: {{ .RegistrationImage }}
imagePullPolicy: IfNotPresent
args:
- "/registration"
- "controller"

View File

@@ -40,7 +40,6 @@ spec:
containers:
- name: {{ .ClusterManagerName }}-registration-webhook-sa
image: {{ .RegistrationImage }}
imagePullPolicy: IfNotPresent
args:
- "/registration"
- "webhook"

View File

@@ -40,7 +40,6 @@ spec:
containers:
- name: {{ .ClusterManagerName }}-work-webhook-sa
image: {{ .WorkImage }}
imagePullPolicy: IfNotPresent
args:
- "/work"
- "webhook"

View File

@@ -40,7 +40,6 @@ spec:
containers:
- name: registration-controller
image: {{ .RegistrationImage }}
imagePullPolicy: IfNotPresent
args:
- "/registration"
- "agent"

View File

@@ -40,7 +40,6 @@ spec:
containers:
- name: klusterlet-manifestwork-agent
image: {{ .WorkImage }}
imagePullPolicy: IfNotPresent
args:
- "/work"
- "agent"

View File

@@ -991,7 +991,6 @@ spec:
containers:
- name: hub-registration-controller
image: {{ .RegistrationImage }}
imagePullPolicy: IfNotPresent
args:
- "/registration"
- "controller"
@@ -1225,7 +1224,6 @@ spec:
containers:
- name: {{ .ClusterManagerName }}-registration-webhook-sa
image: {{ .RegistrationImage }}
imagePullPolicy: IfNotPresent
args:
- "/registration"
- "webhook"
@@ -1569,7 +1567,6 @@ spec:
containers:
- name: {{ .ClusterManagerName }}-work-webhook-sa
image: {{ .WorkImage }}
imagePullPolicy: IfNotPresent
args:
- "/work"
- "webhook"

View File

@@ -288,7 +288,6 @@ spec:
containers:
- name: registration-controller
image: {{ .RegistrationImage }}
imagePullPolicy: IfNotPresent
args:
- "/registration"
- "agent"
@@ -586,7 +585,6 @@ spec:
containers:
- name: klusterlet-manifestwork-agent
image: {{ .WorkImage }}
imagePullPolicy: IfNotPresent
args:
- "/work"
- "agent"