Skip to content

Commit

Permalink
Support EncryptionAtHost using disk encryption sets (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
Co-authored-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen and David J. M. Karlsen authored Oct 5, 2023
1 parent 530bd34 commit cc66bb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aro-machinesets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: aro-machinesets
description: A Helm chart to configure machinesets for ARO
type: application

version: 0.3.0
version: 0.4.0
maintainers:
- name: paulczar
home: https://github.com/rh-mobb/helm-charts
4 changes: 4 additions & 0 deletions charts/aro-machinesets/templates/machineset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ spec:
userDataSecret:
name: worker-user-data
vmSize: {{ $.Values.vmSize }}
{{- if $machineSetSpec.osDisk.managedDisk.diskEncryptionSet }}
securityProfile:
encryptionAtHost: true
{{- end }}
{{- if $.Values.enableSpot }}
spotVMOptions: {{ $machineSetSpec.spotVMOptions | default dict | toYaml | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit cc66bb5

Please sign in to comment.