Skip to content

Commit

Permalink
chore(update-examples): update minio gateway example (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage authored Dec 12, 2019
1 parent 65ffc71 commit 8c82938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/gateways/minio-nats-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ spec:
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "minio-events"
image: "argoproj/minio-gateway"
image: "argoproj/artifact-gateway"
imagePullPolicy: "Always"
command: ["/bin/minio-gateway"]
serviceAccountName: "argo-events-sa"
3 changes: 1 addition & 2 deletions examples/gateways/minio-nats-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "minio-events"
image: "argoproj/minio-gateway"
image: "argoproj/artifact-gateway"
imagePullPolicy: "Always"
command: ["/bin/minio-gateway"]
serviceAccountName: "argo-events-sa"
3 changes: 1 addition & 2 deletions examples/gateways/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ spec:
imagePullPolicy: "Always"
command: ["/bin/gateway-client"]
- name: "minio-events"
image: "argoproj/minio-gateway"
image: "argoproj/artifact-gateway"
imagePullPolicy: "Always"
command: ["/bin/minio-gateway"]
serviceAccountName: "argo-events-sa"
eventSourceRef:
name: "minio-event-source"
Expand Down

0 comments on commit 8c82938

Please sign in to comment.