Skip to content

Commit

Permalink
Merge pull request #1875 from mladBlum/fixHelmChartOpenShiftIdentation
Browse files Browse the repository at this point in the history
Fix helm chart open shift identation
  • Loading branch information
thjaeckle authored Jan 25, 2024
2 parents ffe8a82 + 56387b5 commit 3d41cf7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.4.5 # chart version is effectively set by release-job
version: 3.4.6 # chart version is effectively set by release-job
appVersion: 3.4.4
keywords:
- iot-chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ spec:
{{- if .Values.openshift.enabled }}
{{- with .Values.openshift.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- else }}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/ditto/templates/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ spec:
{{- if .Values.openshift.enabled }}
{{- with .Values.openshift.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- else }}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/ditto/templates/policies-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ spec:
{{- if .Values.openshift.enabled }}
{{- with .Values.openshift.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- else }}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/ditto/templates/things-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ spec:
{{- if .Values.openshift.enabled }}
{{- with .Values.openshift.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- else }}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ spec:
{{- if .Values.openshift.enabled }}
{{- with .Values.openshift.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- else }}
securityContext:
Expand Down

0 comments on commit 3d41cf7

Please sign in to comment.