Skip to content

Commit ad6ef69

Browse files
committed
flux: added trivy-operator-dashboard
1 parent 9a177a4 commit ad6ef69

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

cluster/apps/security/trivy/dashboard/app/helm-release.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ spec:
2323
runAsUser: 1000
2424
ingress:
2525
enabled: true
26-
ingressClassName: internal
27-
pathType: Prefix
26+
className: internal
2827
hosts:
29-
- &host trivy.${SECRET_DOMAIN}
28+
- host: &host trivy.${SECRET_DOMAIN}
29+
paths:
30+
- path: /
31+
pathType: Prefix
3032
tls:
3133
- hosts:
3234
- *host

0 commit comments

Comments
 (0)