kelseyhightower / vault-controller

Automate the creation of unique Vault tokens for Kubernetes Pods using init containers.
Apache License 2.0
447 stars 69 forks source link

Convert initContainer to k8s 1.6 syntax #14

Open aduis opened 7 years ago

aduis commented 7 years ago

The current version doesn't work with k8s 1.8 or higher. Therefore I converted the initContainer syntax in the vault-example replicaset to 1.6 syntax. After this it works again like a charm :+1: