Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Jun 24, 2024
1 parent 9c0c363 commit 7d276cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: airbyte-k8s
type: charm
title: Airbyte Server
summary: Airbyte server operator
summary: Airbyte Server operator
description: |
Airbyte is an open-source data integration platform designed to centralize and
streamline the process of extracting and loading data from various sources into
Expand Down Expand Up @@ -265,17 +265,17 @@ config:
Defines one or more Job pod node selectors.
Each k=v pair is separated by a ','. For example: key1=value1,key2=value2.
It is the pod node selectors of the sync job and the default pod node selectors
fallback for others jobs.
It is the pod node selectors of the "sync" job. It also serves as the
default pod node selectors fallback for other jobs.
type: string

job-kube-annotations:
description: |
Defines one or more Job pod annotations.
Each k=v pair is separated by a ','. For example: key1=value1,key2=value2.
It is the pod annotations of the sync job and the default pod annotations
fallback for others jobs.
It is the pod annotations of the "sync" job. It also serves as the
default pod annotations fallback for other jobs.
type: string

job-kube-main-container-image-pull-policy:
Expand All @@ -296,15 +296,15 @@ config:
type: string

job-kube-socat-image:
description: Defines the Job pod socat image.
description: Defines the Job pod socat image. e.g. alpine/socat:1.7.4.3-r0
type: string

job-kube-busybox-image:
description: Defines the Job pod busybox image.
description: Defines the Job pod busybox image. e.g. busybox:1.28
type: string

job-kube-curl-image:
description: Defines the Job pod curl image.
description: Defines the Job pod curl image. e.g. curlimages/curl:7.83.1
type: string

job-kube-namespace:
Expand Down

0 comments on commit 7d276cd

Please sign in to comment.