Merge "Remove IMAGE_PULL_POLICY variable"
This commit is contained in:
commit
3ca4d7d266
@ -11,8 +11,3 @@ commonLabels:
|
||||
airshipit.org/target: "true"
|
||||
|
||||
namespace: capbm
|
||||
|
||||
#vars:
|
||||
# $(IMAGE_PULL_POLICY)
|
||||
# The image pull policy by default should be "IfNotPresent",
|
||||
# it should be globally defined for all images
|
||||
|
@ -83,7 +83,7 @@ spec:
|
||||
- name: SECRET_NAME
|
||||
value: capbm-webhook-server-secret
|
||||
image: "quay.io/metal3-io/cluster-api-provider-baremetal:v1alpha2"
|
||||
imagePullPolicy: $(IMAGE_PULL_POLICY)
|
||||
imagePullPolicy: Always
|
||||
name: manager
|
||||
ports:
|
||||
- containerPort: 9876
|
||||
|
@ -11,8 +11,3 @@ commonLabels:
|
||||
airshipit.org/target: "true"
|
||||
|
||||
namespace: capi
|
||||
|
||||
#vars:
|
||||
# $(IMAGE_PULL_POLICY)
|
||||
# The image pull policy by default should be "IfNotPresent",
|
||||
# it should be globally defined for all images
|
||||
|
@ -36,7 +36,7 @@ spec:
|
||||
- command:
|
||||
- /manager
|
||||
image: "gcr.io/k8s-staging-cluster-api/cluster-api-controller:release-0.2"
|
||||
imagePullPolicy: $(IMAGE_PULL_POLICY)
|
||||
imagePullPolicy: Always
|
||||
name: manager
|
||||
resources:
|
||||
limits:
|
||||
|
@ -11,8 +11,3 @@ commonLabels:
|
||||
airshipit.org/target: "true"
|
||||
|
||||
namespace: capbk
|
||||
|
||||
#vars:
|
||||
# $(IMAGE_PULL_POLICY)
|
||||
# The image pull policy by default should be "IfNotPresent",
|
||||
# it should be globally defined for all images
|
||||
|
@ -40,7 +40,7 @@ spec:
|
||||
- --logtostderr=true
|
||||
- --v=10
|
||||
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
|
||||
imagePullPolicy: $(IMAGE_PULL_POLICY)
|
||||
imagePullPolicy: Always
|
||||
name: kube-rbac-proxy
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
@ -50,7 +50,7 @@ spec:
|
||||
- --v=4
|
||||
- --enable-leader-election
|
||||
image: gcr.io/k8s-staging-capi-kubeadm/cluster-api-kubeadm-controller:latest
|
||||
imagePullPolicy: $(IMAGE_PULL_POLICY)
|
||||
imagePullPolicy: Always
|
||||
name: manager
|
||||
terminationGracePeriodSeconds: 10
|
||||
tolerations:
|
||||
|
Loading…
Reference in New Issue
Block a user