Skip to content

Commit

Permalink
Bump kube-mgmt container version to 0.8 in tutorial
Browse files Browse the repository at this point in the history
The tutorial for the admission controller was using an older release of the
kube-mgmt sidecar. This just updates to the latest (as of now) tagged release.

Tested following the full tutorial and all steps work as expected with the new
version being used instead of 0.6.

Signed-off-by: Patrick East <east.patrick@gmail.com>
  • Loading branch information
patrick-east authored and tsandall committed Mar 27, 2019
1 parent 36dd2d6 commit 9d50ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
mountPath: /certs
name: opa-server
- name: kube-mgmt
image: openpolicyagent/kube-mgmt:0.6
image: openpolicyagent/kube-mgmt:0.8
args:
- "--replicate-cluster=v1/namespaces"
- "--replicate=extensions/v1beta1/ingresses"
Expand Down

0 comments on commit 9d50ed6

Please sign in to comment.