helm secrets time parsing error in YAML file

1/26/2020

I'm trying to run the command: helm secrets install --dry-run --debug https://...foobar.tgz -f values.yaml -f secrets.yaml

and I'm getting the following output: parsing time "2019-12-08 15:20:36" as "2006-01-02T15:04:05Z07:00": cannot parse " 15:20:36" as "T"

In my secrets file the time is written the following way: lastmodified: 2019-12-08 15:20:36

anyone have a solution?

Also, I want to run the command in python, is there a reason the command will run in my cmd but not in my pyhton file?

-- Gil Kor
kubernetes-helm
python
yaml

0 Answers