Skip to content

Commit

Permalink
hcp/kas: disable encryption config auto reload
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
  • Loading branch information
dgrisonnet committed Aug 8, 2024
1 parent 2880292 commit 50fbc23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ func (p *awsKMSProvider) ApplyKMSConfig(podSpec *corev1.PodSpec) error {
}
container.VolumeMounts = append(container.VolumeMounts,
awsKMSVolumeMounts.ContainerMounts(KasMainContainerName)...)

container.Args = append(container.Args, "--encryption-provider-config-automatic-reload=false")

return nil
}

Expand Down

0 comments on commit 50fbc23

Please sign in to comment.