Skip to content

Commit

Permalink
Support new values in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt committed Sep 9, 2024
1 parent 3eac849 commit 66c04d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/yawol-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: Helm chart for yawol-controller
name: yawol-controller
sources:
- https://github.com/stackitcloud/yawol
version: "0.24.0"
appVersion: v0.24.0
version: "0.25.0"
appVersion: v0.25.0
6 changes: 6 additions & 0 deletions charts/yawol-controller/templates/yawol-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ spec:
{{- if .Values.yawolController.errorBackoffMaxDelay }}
- --error-backoff-max-delay={{ .Values.yawolController.errorBackoffMaxDelay }}
{{- end }}
{{- range .Values.yawolController.ntp.pools }}
- --ntp-pool={{ . }}
{{- end }}
{{- range .Values.yawolController.ntp.servers }}
- --ntp-server={{ . }}
{{- end }}
{{- include "logFlags" . | indent 10 }}
env:
{{- if .Values.namespace }}
Expand Down
6 changes: 6 additions & 0 deletions charts/yawol-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ yawolController:
tag: ""
additionalVolumeMounts: []
additionalVolumes: []
# NTP pools/servers to configure on LoadBalancerMachines.
ntp:
# list of NTP pools, defaults to [pool.ntp.org]
pools: []
# list of individual NTP servers
servers: []

resources:
yawolCloudController:
Expand Down

0 comments on commit 66c04d1

Please sign in to comment.