Skip to content

Commit

Permalink
logs8
Browse files Browse the repository at this point in the history
  • Loading branch information
saramune committed Jul 24, 2024
1 parent 608398e commit 356f91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions akka/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ spec:
{{- end }}
command:
{{- toYaml .Values.command | nindent 12 }}
args:
{{- toYaml .Values.args | nindent 12 }}
env:
{{- toYaml .Values.env | nindent 12 }}
envFrom:
Expand Down
2 changes: 2 additions & 0 deletions akka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ containerName: ""

command: []

args: ["-javaagent:kanela-agent.jar"]

env: []
# - name: DEMO_GREETING
# value: "Hello from the environment"
Expand Down

0 comments on commit 356f91b

Please sign in to comment.