Skip to content

Commit cbbe27e

Browse files
author
Lily He
committed
fix annotaion issue
1 parent 88231f7 commit cbbe27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/samples/charts/ingress-per-domain/templates/traefik-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ metadata:
1010
namespace: {{ .Release.Namespace }}
1111
labels:
1212
weblogic.resourceVersion: domain-v2
13-
spec:
1413
annotations:
1514
kubernetes.io/ingress.class: traefik
15+
spec:
1616
rules:
1717
- host: '{{ .Values.traefik.hostname }}'
1818
http:

0 commit comments

Comments
 (0)