Skip to content

Commit

Permalink
Merge pull request #13356 from hongkailiu/nginxContainerName
Browse files Browse the repository at this point in the history
Fix nginx container name in grafana deployment
  • Loading branch information
k8s-ci-robot authored Jul 8, 2019
2 parents 3e20e1d + 7804d72 commit c26bb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prow/monitoring/grafana_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
spec:
containers:
- image: docker.io/nginx:1.17.0-alpine
name: nginx
volumeMounts:
- mountPath: /etc/nginx/
name: grafana-nginx
Expand Down

0 comments on commit c26bb1d

Please sign in to comment.