Skip to content

Commit

Permalink
fix(opencti): serviceaccount indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Apr 26, 2024
1 parent 447cc80 commit efdd1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/opencti/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
url: https://ialejandro.rocks
sources:
- https://github.com/OpenCTI-Platform/opencti
version: 1.2.1
version: 1.2.2
appVersion: "6.0.5"
home: https://www.filigran.io/en/solutions/products/opencti/
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/opencti/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken | default "false" }}
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken | default "false" }}
{{- end }}

0 comments on commit efdd1ba

Please sign in to comment.