Skip to content

Commit

Permalink
Typo in authenticatedAnnotations (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult authored Feb 27, 2023
1 parent c5363fb commit a6dfa61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/wasp-authentication-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ maintainers:
name: wasp-authentication-service
sources:
- https://github.com/digicatapult/wasp-authentication-service
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion charts/wasp-authentication-service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ metadata:
{{- end }}
{{- if or .Values.ingress.authenticatedAnnotations .Values.commonAnnotations }}
annotations:
{{- if .Values.ingress.autheticatedAnnotations }}
{{- if .Values.ingress.authenticatedAnnotations }}
{{- include "common.tplvalues.render" ( dict "value" .Values.ingress.authenticatedAnnotations "context" $) | nindent 4 }}
{{- end }}
{{- if .Values.commonAnnotations }}
Expand Down
2 changes: 1 addition & 1 deletion charts/wasp-user-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ maintainers:
name: wasp-user-service
sources:
- https://github.com/digicatapult/wasp-user-service
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion charts/wasp-user-service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ metadata:
{{- end }}
{{- if or .Values.ingress.authenticatedAnnotations .Values.commonAnnotations }}
annotations:
{{- if .Values.ingress.autheticatedAnnotations }}
{{- if .Values.ingress.authenticatedAnnotations }}
{{- include "common.tplvalues.render" ( dict "value" .Values.ingress.authenticatedAnnotations "context" $) | nindent 4 }}
{{- end }}
{{- if .Values.commonAnnotations }}
Expand Down

0 comments on commit a6dfa61

Please sign in to comment.