File tree Expand file tree Collapse file tree
charts/tinyauth/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ spec:
8080 value : {{ .Values.tinyauth.server.socketPath | quote }}
8181 {{- end }}
8282 # auth config
83- {{- if .Values.tinyauth.auth.ipAllow }}
83+ {{- if .Values.tinyauth.auth.ip.allow }}
8484 - name : TINYAUTH_AUTH_IP_ALLOW
85- value : {{ .Values.tinyauth.auth.ipAllow | quote }}
85+ value : {{ .Values.tinyauth.auth.ip.allow | quote }}
8686 {{- end }}
87- {{- if .Values.tinyauth.auth.ipBlock }}
87+ {{- if .Values.tinyauth.auth.ip.block }}
8888 - name : TINYAUTH_AUTH_IP_BLOCK
89- value : {{ .Values.tinyauth.auth.ipBlock | quote }}
89+ value : {{ .Values.tinyauth.auth.ip.block | quote }}
9090 {{- end }}
9191 {{- if .Values.tinyauth.auth.users }}
9292 - name : TINYAUTH_AUTH_USERS
Original file line number Diff line number Diff line change 11{{- if .Values.httpRoute.enabled -}}
2- apiVersion : gateway.networking.k8s.io/v1beta1
2+ apiVersion : gateway.networking.k8s.io/v1
33kind : HTTPRoute
44metadata :
55 name : {{ include "tinyauth.fullname" . }}-httproute
2424 - name : {{ include "tinyauth.fullname" $ }}
2525 port : {{ $.Values.service.port }}
2626 {{- end }}
27- {{- end }}
27+ {{- end }}
You can’t perform that action at this time.
0 commit comments