k8s-image-swapper
k8s-image-swapper copied to clipboard
Error installing by Helm chart
$ helm install k8s-image-swapper estahn/k8s-image-swapper --set config.target.aws.region=eu-south-1 --set config.target.aws.accountId=215492924011
Error: values don't meet the specifications of the schema(s) in the following chart(s):
k8s-image-swapper:
- config.target.aws.accountId: Invalid type. Expected: string, given: integer
I'm force to install without specifying account-id and then modify ConfigMap manually.
you can use helm option --set-string config.target.aws.accountId=215492924011