Refactor to attempt to get clusterissuer and helm all happy together

This commit is contained in:
Scott Williams 2024-03-08 12:09:18 -08:00
commit b36eea699c
4 changed files with 7 additions and 0 deletions

28
operator/fleet.yaml Normal file
View file

@ -0,0 +1,28 @@
defaultNamespace: cert-manager
helm:
repo: https://charts.jetstack.io
releaseName: cert-manager
chart: cert-manager
takeOwnership: true
values:
namespace: cert-manager
installCRDs: true
targetCustomizations:
- name: prod
helm:
values:
prometheus:
servicemonitor:
enabled: true
clusterSelector:
matchLabels:
env: prod
- name: rancher
helm:
values:
prometheus:
servicemonitor:
enabled: true
clusterSelector:
matchLabels:
env: rancher