We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4edf3 commit 3f7e467Copy full SHA for 3f7e467
charts/windmill/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: windmill
3
type: application
4
-version: 1.4.0
+version: 1.4.1
5
appVersion: 1.89.0
6
dependencies:
7
- condition: postgresql.enabled
charts/windmill/templates/ingress.yaml
@@ -3,7 +3,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
-{{- with .Values.ingress.lspAnnotations }}
+{{- with .Values.ingress.annotations }}
annotations:
8
{{ toYaml . | indent 8 }}
9
{{- end }}
0 commit comments