Skip to content

Commit

Permalink
[BAC-618] added region option
Browse files Browse the repository at this point in the history
  • Loading branch information
cohandv committed Nov 21, 2024
1 parent 961f002 commit f140381
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nullplatform-base
description: A Helm chart for deploying the nullplatform base dependencies applications using Kubernetes
type: application
version: 0.0.6
appVersion: "0.0.6"
version: 0.0.7
appVersion: "0.0.7"
dependencies:
- name: metrics-server
version: ^3.12.0 # Use the appropriate version you need
Expand Down
4 changes: 4 additions & 0 deletions charts/base/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ spec:
value: 'true'
- name: DATADOG_PERFORMANCE_METRICS_ENABLED
value: 'true'
{{- if .Values.logging.datadog.region }}
- name: DATADOG_REGION
value: {{ .Values.logging.datadog.region | quote }}
{{- end }}
- name: DATADOG_API_KEY
valueFrom:
secretKeyRef:
Expand Down
1 change: 1 addition & 0 deletions charts/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ logging:
datadog:
enabled: false
apiKey: ""
region: ""
metricsExporter:
image: "public.ecr.aws/nullplatform/k8s-metrics-exporter:latest"
# CloudWatch configuration
Expand Down
4 changes: 2 additions & 2 deletions charts/cert-manager-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: nullplatform-cert-manager-config
description: A Helm chart for cert-manager configurations
type: application
version: 0.0.6
appVersion: "0.0.6"
version: 0.0.7
appVersion: "0.0.7"

0 comments on commit f140381

Please sign in to comment.