You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +29,7 @@ A Helm chart for version-checker
29
29
| ecr.iamRoleArn | string |`nil`| Provide AWS EKS Iam Role ARN following: [Specify A ServiceAccount Role](https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html)|
30
30
| ecr.secretAccessKey | string |`nil`| ECR secret access key for read access to private registries |
31
31
| ecr.sessionToken | string |`nil`| ECR session token for read access to private registries |
32
-
| env |object|`{}`| Can be used to provide custom environment variables e.g. proxy settings |
32
+
| env |list|`[]`| Can be used to provide custom environment variables e.g. proxy settings |
33
33
| existingSecret | string |`""`| Provide an existing Secret within the cluster to use for authentication and configuration of version-checker |
34
34
| extraVolumeMounts | list |`[]`| Allow for extra Volume Mounts to version-checkers container |
35
35
| extraVolumes | list |`[]`| Allow for extra Volumes to be associated to the pod |
0 commit comments