Skip to content

Commit

Permalink
fix ingress.yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Apr 6, 2023
1 parent 47651e8 commit 54950ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/discoveryfinder/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kind: Ingress
metadata:
name: {{ $ingr_name }}
annotations:
{ { .Values.discoveryfinder.ingress.annotations | toYaml | indent 4 } }
{{ .Values.discoveryfinder.ingress.annotations | toYaml | indent 4 }}
labels:
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
spec:
Expand Down

0 comments on commit 54950ac

Please sign in to comment.