Skip to content

Commit

Permalink
fix unknown field for unmarshaling. (istio#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
morvencao authored and istio-testing committed Jul 27, 2019
1 parent 9d69984 commit 79b0d27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/profiles/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: IstioControlPlane
spec:
hub: docker.io/istio
tag: 1.1.4
namespacePrefix: istio-system
defaultNamespace: istio-system

# Traffic management feature
trafficManagement:
Expand Down
2 changes: 1 addition & 1 deletion data/profiles/demo-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: IstioControlPlane
spec:
hub: docker.io/istio
tag: 1.1.4
namespacePrefix: istio-system
defaultNamespace: istio-system

# Traffic management feature
trafficManagement:
Expand Down
2 changes: 1 addition & 1 deletion data/profiles/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: IstioControlPlane
spec:
hub: docker.io/istio
tag: 1.1.4
namespacePrefix: istio-system
defaultNamespace: istio-system

# Traffic management feature
trafficManagement:
Expand Down
2 changes: 1 addition & 1 deletion data/profiles/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: IstioControlPlane
spec:
hub: docker.io/istio
tag: 1.1.4
namespacePrefix: istio-system
defaultNamespace: istio-system

# Traffic management feature
trafficManagement:
Expand Down
2 changes: 1 addition & 1 deletion data/profiles/sds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: IstioControlPlane
spec:
hub: docker.io/istio
tag: 1.1.4
namespacePrefix: istio-system
defaultNamespace: istio-system

# Traffic management feature
trafficManagement:
Expand Down

0 comments on commit 79b0d27

Please sign in to comment.