Skip to content

Commit

Permalink
Terminate yaml correctly (istio#423)
Browse files Browse the repository at this point in the history
Also address a few changes from PR: istio/istio.io#5183
  • Loading branch information
Steven Dake authored and istio-testing committed Oct 20, 2019
1 parent ffd8618 commit de5c947
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ rules:
- serviceaccounts
verbs:
- '*'
---
1 change: 1 addition & 0 deletions deploy/clusterrole_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ roleRef:
kind: ClusterRole
name: istio-operator
apiGroup: rbac.authorization.k8s.io
---
3 changes: 2 additions & 1 deletion deploy/crds/istio_v1alpha2_istiocontrolplane_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ metadata:
namespace: istio-operator
name: example-istiocontrolplane
spec:
profile: default
profile: demo
---
1 change: 1 addition & 0 deletions deploy/crds/istio_v1alpha2_istiocontrolplane_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ spec:
- name: v1alpha2
served: true
storage: true
---
1 change: 1 addition & 0 deletions deploy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ resources:
- service_account.yaml
- operator.yaml
- service.yaml
---
1 change: 1 addition & 0 deletions deploy/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ apiVersion: v1
kind: Namespace
metadata:
name: istio-operator
---
3 changes: 2 additions & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: istio-operator
containers:
- name: istio-operator
image: gcr.io/istio-testing/operator:master-latest-daily
image: gcr.io/istio-testing/operator:1.5-dev
command:
- istio-operator
- server
Expand All @@ -34,3 +34,4 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "istio-operator"
---
1 change: 1 addition & 0 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ spec:
targetPort: 8383
selector:
name: istio-operator
---
1 change: 1 addition & 0 deletions deploy/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ kind: ServiceAccount
metadata:
namespace: istio-operator
name: istio-operator
---

0 comments on commit de5c947

Please sign in to comment.