Skip to content

Commit

Permalink
Merge pull request #1953 from bosch-io/bugfix/ws-ingress-auth-fix
Browse files Browse the repository at this point in the history
bugfix/ws-ingress-auth-fix
  • Loading branch information
thjaeckle authored Jun 5, 2024
2 parents fe3c928 + 0cbd96b commit 59454e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.5.6 # chart version is effectively set by release-job
version: 3.5.7 # chart version is effectively set by release-job
appVersion: 3.5.6
keywords:
- iot-chart
Expand Down
1 change: 1 addition & 0 deletions deployment/helm/ditto/templates/nginx-ingress-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ metadata:
{{- with .Values.ingress.ws.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{ tpl .Values.ingress.api.kubernetesAuthAnnotations . | nindent 4}}
spec:
ingressClassName: {{ .Values.ingress.className }}
defaultBackend:
Expand Down

0 comments on commit 59454e7

Please sign in to comment.