Skip to content

Commit

Permalink
annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Future Outlier <[email protected]>
  • Loading branch information
Future Outlier committed Oct 18, 2023
1 parent 7f65b91 commit 999db0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/flyteagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A Helm chart for Flyte agent
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| additionalContainers | list | `[]` | Appends additional containers to the deployment spec. May include template values. |
| additionalEnvs | list | `[{"name":"FLYTE_AWS_ENDPOINT","value":"http://flyte-sandbox-minio.flyte:9000"},{"name":"FLYTE_AWS_ACCESS_KEY_ID","value":"minio"},{"name":"FLYTE_AWS_SECRET_ACCESS_KEY","value":"miniostorage"}]` | Appends additional volumes to the deployment spec. May include template values. |
| additionalEnvs | list | `[{"name":"FLYTE_AWS_ENDPOINT","value":"http://flyte-sandbox-minio.flyte:9000"},{"name":"FLYTE_AWS_ACCESS_KEY_ID","value":"minio"},{"name":"FLYTE_AWS_SECRET_ACCESS_KEY","value":"miniostorage"}]` | additionalEnvs for flyteagent deployment |
| additionalVolumeMounts | list | `[]` | Appends additional volume mounts to the main container's spec. May include template values. |
| additionalVolumes | list | `[]` | |
| additionalVolumes | list | `[]` | Appends additional volumes to the deployment spec. May include template values. |
| affinity | object | `{}` | affinity for flyteagent deployment |
| agentSecret.secretData | object | `{"data":{"username":"User"}}` | Specify your Secret (with sensitive data) or pseudo-manifest (without sensitive data). |
| commonAnnotations | object | `{}` | |
Expand Down
3 changes: 2 additions & 1 deletion charts/flyteagent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ nodeSelector: {}
tolerations: []
# -- affinity for flyteagent deployment
affinity: {}
# -- Appends additional volumes to the deployment spec. May include template values.
# -- additionalEnvs for flyteagent deployment
additionalEnvs:
- name: FLYTE_AWS_ENDPOINT
value: http://flyte-sandbox-minio.flyte:9000
- name: FLYTE_AWS_ACCESS_KEY_ID
value: minio
- name: FLYTE_AWS_SECRET_ACCESS_KEY
value: miniostorage
# -- Appends additional volumes to the deployment spec. May include template values.
additionalVolumes: []
# -- Appends additional volume mounts to the main container's spec. May include template values.
additionalVolumeMounts: []
Expand Down

0 comments on commit 999db0b

Please sign in to comment.