Skip to content

Commit

Permalink
Merge pull request #193 from Mirantis/cert-cleanup
Browse files Browse the repository at this point in the history
Don't keep created cert-manager CRDs of on HMC deletion
  • Loading branch information
Kshatrix authored Aug 15, 2024
2 parents 5489e5b + c025c38 commit 5fcbcbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/hmc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ metricsService:
targetPort: 8080
type: ClusterIP

# Subcharts
cert-manager:
enabled: true
installCRDs: true
crds:
enabled: true
keep: false
global:
leaderElection:
namespace: hmc-system
Expand Down

0 comments on commit 5fcbcbe

Please sign in to comment.