minikube/deploy/addons
Zoran Regvart 40da5023d0
Fix registry addon ReplicationController template
Running the `minikube addons enable registry` yields `registry was successfully enabled` but no `registry` Pod ends up being run.

I've narrowed it down to this `env` entry not being quoted.

Logs from `kube-addon-manager-minikube` Pod show this error:

```
Error from server (BadRequest): error when creating "/etc/kubernetes/addons/registry-rc.yaml": ReplicationController in version "v1" cannot be handled as a ReplicationController: v1.ReplicationController.Spec: v1.ReplicationControllerSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found t, error found in #10 byte of ...|,"value":true}],"ima|..., bigger context ...|"name":"REGISTRY_STORAGE_DELETE_ENABLED","value":true}],"image":"registry.hub.docker.com/library/reg|...
```
2019-05-07 22:35:15 +02:00
..
dashboard Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
efk Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
freshpod Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
gpu Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
gvisor Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
heapster Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
ingress Added Exotic Arch for legacy docker images 2019-05-06 17:07:05 -07:00
logviewer Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
metrics-server Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
registry Fix registry addon ReplicationController template 2019-05-07 22:35:15 +02:00
registry-creds Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
storage-provisioner Added Exotic Arch for legacy docker images 2019-05-06 17:07:05 -07:00
storage-provisioner-gluster Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
storageclass Rename all template files to be consistent format .ext.tmpl 2019-05-06 15:12:46 -07:00
addon-manager.yaml.tmpl Added Exotic Arch for legacy docker images 2019-05-06 17:07:05 -07:00