Skip to content

Commit

Permalink
Merge pull request #281 from weaveworks/fix-appmesh-crd
Browse files Browse the repository at this point in the history
Fix App Mesh backends validation in CRD
  • Loading branch information
stefanprodan authored Aug 22, 2019
2 parents 5fc1baf + d76b560 commit 5091d35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion artifacts/appmesh/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: podinfod
image: quay.io/stefanprodan/podinfo:1.7.0
image: quay.io/stefanprodan/podinfo:2.0.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9898
Expand Down
2 changes: 1 addition & 1 deletion artifacts/flagger/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
description: AppMesh backend array
anyOf:
- type: string
- type: object
- type: array
timeout:
description: Istio HTTP or gRPC request timeout
type: string
Expand Down
2 changes: 1 addition & 1 deletion charts/flagger/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
description: AppMesh backend array
anyOf:
- type: string
- type: object
- type: array
timeout:
description: Istio HTTP or gRPC request timeout
type: string
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/flagger/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
description: AppMesh backend array
anyOf:
- type: string
- type: object
- type: array
timeout:
description: Istio HTTP or gRPC request timeout
type: string
Expand Down

0 comments on commit 5091d35

Please sign in to comment.