Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Mar 26, 2024
1 parent bc6f4c9 commit b25bcc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/templates/role.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This role is required only to fetch the logs of the auto-updater job.
{{- if not .Values.spotinst.disableAutoUpdate }}
# This role is required only to fetch the logs of the auto-updater job.
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down
30 changes: 15 additions & 15 deletions charts/ocean-kubernetes-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,21 @@ metrics-server:
# - --kubelet-insecure-tls

# Log Shipping
logShipping:
# -- Specifies whether to send the controller logs to Spot for analysis. (Optional)
enabled: true

# -- Specifies the log shipping container image. (Optional)
image:
repository: public.ecr.aws/aws-observability/aws-for-fluent-bit
tag: "stable"
pullPolicy: IfNotPresent

# -- Log shipping destination configuration.
destination:
host: api.spotinst.io
port: 443
tls: true
# logShipping:
# # -- Specifies whether to send the controller logs to Spot for analysis. (Optional)
# enabled: true

# # -- Specifies the log shipping container image. (Optional)
# image:
# repository: public.ecr.aws/aws-observability/aws-for-fluent-bit
# tag: "stable"
# pullPolicy: IfNotPresent

# # -- Log shipping destination configuration.
# destination:
# host: api.spotinst.io
# port: 443
# tls: true

# Auto Update process configuration.
autoUpdate:
Expand Down

0 comments on commit b25bcc2

Please sign in to comment.