Skip to content

Commit

Permalink
feat(label-studio): improve s3 creds injection (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jun 28, 2024
1 parent 2a04269 commit 9197885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/label-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.2
version: 2.1.3

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/label-studio/templates/secret-s3.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ include "library-chart.secretS3" . }}
{{ include "library-chart.secretS3" . }}
4 changes: 1 addition & 3 deletions charts/label-studio/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ spec:
value: {{ .Values.security.username }}
- name: LABEL_STUDIO_PASSWORD
value: {{ .Values.security.password }}
- name: S3_ENDPOINT
- name: AWS_ENDPOINT_URL
value: "https://{{ .Values.s3.endpoint }}"
- name: S3-region
value: {{ .Values.s3.defaultRegion }}
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 9197885

Please sign in to comment.