2023-07-25 14:56:55 +00:00
|
|
|
dashboard:
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
ingressClassName: ingress
|
|
|
|
hosts:
|
|
|
|
- foo.com
|
2023-08-09 20:00:55 +00:00
|
|
|
deploymentAnnotations:
|
|
|
|
foo: bar
|
2023-07-25 14:56:55 +00:00
|
|
|
webhook:
|
|
|
|
enabled: true
|
|
|
|
mutate: true
|
|
|
|
mutatingConfigurationAnnotations:
|
|
|
|
test: mutate
|
|
|
|
validatingConfigurationAnnotations:
|
|
|
|
test: validate
|
|
|
|
certManager:
|
|
|
|
apiVersion: cert-manager.io/v1
|
2023-08-09 20:00:55 +00:00
|
|
|
deploymentAnnotations:
|
|
|
|
foo: bar
|