Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Feb 12, 2025
1 parent d4cfd55 commit ba98084
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ maintainers:
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

version:
version: v4.2.2-rc.12
4 changes: 4 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ spec:
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 8 }}
{{- end }}
{{- if .Values.hostAliases }}
hostAliases:
{{ toYaml .Values.hostAliases | indent 8 }}
{{- end }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
3 changes: 3 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ agentValues: {}
webhook:
create: true

# host aliases to use for the deployment
hostAliases: []

# Configures structured logging within Loft
logging:
encoding: console # Can be either json or console
Expand Down

0 comments on commit ba98084

Please sign in to comment.