Skip to content

Commit

Permalink
fix: add ingress and rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Aug 24, 2024
1 parent da9698d commit 86f3087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ metadata:
spec:
tls:
- hosts:
- '{{.Values.config.ingressDomain}}'
- '{{.Values.config.listenerDomain}}'
secretName: listener-tekton-tls
rules:
- host: '{{.Values.config.ingressDomain}}'
- host: '{{.Values.config.listenerDomain}}'
http:
paths:
- path: '/{{.Values.config.name}}/{{.Values.prefix}}'
Expand Down

0 comments on commit 86f3087

Please sign in to comment.