Files
deprecated-helm-charts/stable/lamp/templates
Mike Wilson 1e64b969d1 [stable/lamp] Adding quote to git sync wait (#23889)
* Adding quote to git sync wait

I'm using helm 3 version `version.BuildInfo{Version:"v3.3.4", GitCommit:"a61ce5633af99708171414353ed49547cf05013d", GitTreeState:"clean", GoVersion:"go1.14.9"}` and I can't create this chart with git enabled. The following error is thrown:
```
Error: Deployment in version "v1" cannot be handled as a Deployment: v1.Deployment.Spec: v1.DeploymentSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found 3, error found in #10 byte of ...|,"value":30},{"name"|..., bigger context ...|e":"FETCH_HEAD"},{"name":"GIT_SYNC_WAIT","value":30},{"name":"GIT_SYNC_DEST","value":"/git"}],"image|...
```

This change quotes the timeout and allows chart creation.

Signed-off-by: Mike Wilson <knobby@burntsheep.com>

* updating chart version

Signed-off-by: Mike Wilson <knobby@burntsheep.com>
2020-11-08 12:43:37 -08:00
..