Skip to content

Commit

Permalink
Added s3_endpoint keys to the s3-output chart for kube-logging/loggin…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbodnar authored and ahma committed May 8, 2019
1 parent 8314fce commit f7fbfa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3-output/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: S3 output helper chart for logging operator
name: s3-output
version: 0.0.5
version: 0.0.6
appVersion: 0.0.1
maintainers:
- name: Banzai Cloud
Expand Down
4 changes: 3 additions & 1 deletion s3-output/templates/CustomResource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ spec:
value: "{{ .Values.instanceProfileCredentials.port }}"
{{ end }}

- name: s3_endpoint
value: "{{ .Values.endpoint }}"
- name: s3_bucket
value: "{{ .Values.bucketName }}"
- name: s3_region
value: "{{ .Values.region }}"
value: "{{ .Values.region }}"
3 changes: 3 additions & 0 deletions s3-output/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# S3 bucket endpoint URL exp: https://s3.amazonaws.com, https://s3.wasabisys.com, or http://minio-service.default.svc.cluster.local:9000
endpoint: ""

# S3 Bucket name exp: my-logging-01
bucketName: ""

Expand Down

0 comments on commit f7fbfa0

Please sign in to comment.