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
Signed-off-by: Ramesh Krishna <[email protected]>
  • Loading branch information
ramekris3163 committed Jan 18, 2025
1 parent f62242d commit 9fd23e0
Show file tree
Hide file tree
Showing 2 changed files with 6 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
2 changes: 2 additions & 0 deletions deploy/cluster-manager/chart/cluster-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ clusterManager:
featureGates:
- feature: DefaultClusterSet
mode: Enable
registrationDrivers:
- authType: csr
workConfiguration:
workDriver: kube
addOnManagerConfiguration: {}
Expand Down

0 comments on commit 9fd23e0

Please sign in to comment.