Skip to content

Commit

Permalink
chore: small cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper committed Apr 29, 2024
1 parent 3b6938b commit abe66e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ Parameter | Description | Default
`airflow.defaultAffinity` | default affinity configs for airflow Pods (is overridden by pod-specific values) | `{}`
`airflow.defaultTolerations` | default toleration configs for airflow Pods (is overridden by pod-specific values) | `[]`
`airflow.defaultSecurityContext` | default securityContext configs for Pods (is overridden by pod-specific values) | `{fsGroup: 0}`
`airflow.defaultContainerSecurityContext` | default securityContext for Containers in airflow Pods | `{}`
`airflow.podAnnotations` | extra annotations for airflow Pods | `{}`
`airflow.extraPipPackages` | extra pip packages to install in airflow Pods | `[]`
`airflow.protectedPipPackages` | pip packages that are protected from upgrade/downgrade by `extraPipPackages` | `["apache-airflow"]`
Expand Down
4 changes: 2 additions & 2 deletions charts/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ airflow:
fsGroup: 0

## default securityContext for Containers in airflow Pods
## - `runAsUser` is ignored, please set with per-image `*.image.uid`
## - `runAsGroup` is ignored, please set with per-image `*.image.gid`
## - spec for SecurityContext:
## https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#securitycontext-v1-core
## - `runAsUser` is ignored, please set with per-image `*.image.uid`
## - `runAsGroup` is ignored, please set with per-image `*.image.gid`
##
defaultContainerSecurityContext: {}

Expand Down

0 comments on commit abe66e4

Please sign in to comment.