Skip to content

Commit

Permalink
simplify ingress name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 13, 2023
1 parent 6129f24 commit 02b8cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/templates/octez-dal-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dal-{{ $k }}
name: {{ $k }}
namespace: {{ $.Release.Namespace }}
{{- with $v.ingress.labels }}
labels:
Expand Down

0 comments on commit 02b8cd9

Please sign in to comment.