this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(longhorn-ingress): The typo on variable

+1 -1
+1 -1
cluster/apps/longhorn-system/longhorn/helm-release.yaml
··· 25 25 enabled: true 26 26 ingressClassName: "traefik" 27 27 tls: true 28 - host: "horn.{K8S_DOMAIN}" 28 + host: "horn.${K8S_DOMAIN}" 29 29 annotations: 30 30 traefik.ingress.kubernetes.io/router.entrypoints: "websecure"