Skip to content

Commit

Permalink
Run updateVersion.sh (istio#700)
Browse files Browse the repository at this point in the history
* Restrict pilot and ingress controller

* Fix ingress auth

* gofmt

* Run updateVersion.sh to pick up POD_NAME in ingress


Former-commit-id: 103b3dd
  • Loading branch information
andraxylia authored and ldemailly committed Sep 8, 2017
1 parent 111b37a commit 47e8dcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/kubernetes/istio-auth-with-cluster-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,11 @@ spec:
- containerPort: 80
- containerPort: 443
env:
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: POD_NAMESPACE
valueFrom:
fieldRef:
Expand Down
5 changes: 5 additions & 0 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,11 @@ spec:
- containerPort: 80
- containerPort: 443
env:
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: POD_NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit 47e8dcf

Please sign in to comment.