Skip to content

Commit

Permalink
add security context to airbyte pod
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 27, 2023
1 parent 8610fd2 commit f5a5072
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions charts/airbyte-webapp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ spec:
initContainers:
{{- toYaml .Values.extraInitContainers | nindent 6 }}
{{- end }}
{{- if .Values.securityContext }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
{{- end }}
containers:
- name: airbyte-webapp-container
image: {{ printf "%s:%s" .Values.image.repository (include "webapp.imageTag" .) }}
Expand Down
6 changes: 3 additions & 3 deletions charts/airbyte/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
repository: https://airbytehq.github.io/helm-charts/
version: 0.43.22
- name: webapp
repository: https://airbytehq.github.io/helm-charts/
repository: file://../airbyte-webapp
version: 0.43.22
- name: server
repository: file://../airbyte-server
Expand All @@ -29,5 +29,5 @@ dependencies:
- name: connector-builder-server
repository: https://airbytehq.github.io/helm-charts/
version: 0.43.22
digest: sha256:cd0bc2180d518dc292c8d02e62e87f2150e9b6c81d48424cb7c216f0569b8d0c
generated: "2023-02-01T23:26:15.204239-05:00"
digest: sha256:7d1eda404923cc92c040d9364115c18813831441ec7773414356c6be12c5b6cf
generated: "2023-10-27T13:57:11.494879-04:00"
6 changes: 3 additions & 3 deletions charts/airbyte/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ dependencies:
version: 0.43.22
- condition: webapp.enabled
name: webapp
repository: "https://airbytehq.github.io/helm-charts/"
repository: file://../airbyte-webapp
version: 0.43.22
- condition: server.enabled
name: server
repository: "https://airbytehq.github.io/helm-charts/"
repository: file://../airbyte-server
version: 0.43.22
- condition: worker.enabled
name: worker
repository: "https://airbytehq.github.io/helm-charts/"
repository: file://../airbyte-worker
version: 0.43.22
- condition: pod-sweeper.enabled
name: pod-sweeper
Expand Down

0 comments on commit f5a5072

Please sign in to comment.