Skip to content

Commit

Permalink
knative: Remove use of yaml ref (kubeflow#1827)
Browse files Browse the repository at this point in the history
Remove use of yaml ref as it is not supported by later kustomize
versions.

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
  • Loading branch information
yanniszark authored Apr 9, 2021
1 parent c5cb42f commit b885f35
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions common/knative/knative-serving-install/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: METRICS_DOMAIN
value: knative.dev/internal/serving
image: 'gcr.io/knative-releases/knative.dev/serving/cmd/activator@sha256:ffa3d72ee6c2eeb2357999248191a643405288061b7080381f22875cb703e929'
livenessProbe: &ref_0
livenessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
Expand All @@ -59,7 +59,12 @@ spec:
name: metrics
- containerPort: 8008
name: profiling
readinessProbe: *ref_0
readinessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
value: activator
port: 8012
resources:
limits:
cpu: 1000m
Expand Down

0 comments on commit b885f35

Please sign in to comment.