Skip to content

Commit

Permalink
feat: add registration drivers to cluster manager helm chart template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramekris3163 committed Jan 17, 2025
1 parent f62242d commit f0b21d1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
featureGates:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.clusterManager.registrationConfiguration.registrationDrivers }}
registrationDrivers:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.clusterManager.workConfiguration }}
workConfiguration:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit f0b21d1

Please sign in to comment.