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
Mirror images into your own registry and swap image references automatically.
6
6
@@ -21,7 +21,10 @@ Mirror images into your own registry and swap image references automatically.
21
21
| autoscaling.maxReplicas | int |`100`||
22
22
| autoscaling.minReplicas | int |`1`||
23
23
| autoscaling.targetCPUUtilizationPercentage | int |`80`||
24
-
| awsSecretName | string |`""`||
24
+
| awsSecretKeys | object |`{"accessKeyID":"aws_access_key_id","secretAccessKey":"aws_secret_access_key"}`| Specify which keys to pull from the .awsSecretName secret for the associated environment variables. |
25
+
| awsSecretKeys.accessKeyID | string |`"aws_access_key_id"`| If using Hashicorp Vault Operator w/ AWS engine, use `access_key`|
26
+
| awsSecretKeys.secretAccessKey | string |`"aws_secret_access_key"`| If using Hashicorp Vault Operator w/ AWS engine, use `secret_key`|
27
+
| awsSecretName | string |`""`| If set, the secret will be used as environment variables, see awsSecretKeys. |
25
28
| certmanager.enabled | bool |`false`||
26
29
| commonLabels | object |`{}`| Labels that will be added on all the resources (not in selectors) |
27
30
| config.dryRun | bool |`true`||
@@ -34,6 +37,9 @@ Mirror images into your own registry and swap image references automatically.
| extraEnv | list |`[]`| Additional environment variables to be defined on the container Follows the same syntax as containers.env in a Pod v1 API |
41
+
| extraManifests | list |`[]`| Additional manifests to be deployed Can be either a full object OR a string containing valid YAML |
42
+
| extraManifestsTemplated | list |`[]`| Additional manifests to be deployed. These will be passed through the templating engine Useful if you need to use values from this chart in your manifests |
0 commit comments