fix(clusterissuer): actually verify operator presence

This commit is contained in:
Kjeld Schouten 2023-07-20 09:19:58 +02:00
parent c6c11e7cb2
commit 8cdb207a1a
2 changed files with 9 additions and 5 deletions

View File

@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.0
version: 12.14.6
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
- https://cert-manager.io/
type: application
version: 2.0.0
version: 2.0.1
annotations:
truecharts.org/catagories: |
- core

View File

@ -31,6 +31,13 @@ portal:
open:
enabled: false
operator:
verify:
additionalOperators:
- cert-manager
enabled: true
failOnError: false
clusterIssuer:
selfSigned:
enabled: true
@ -75,6 +82,3 @@ clusterIssuer:
# tsigKeyName: ""
# tsigAlgorithm: ""
# rfctsigSecret: ""
customMetrics:
enabled: true