Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #317

Closed
wants to merge 25 commits into from
Prev Previous commit
Next Next commit
logs8
saramune committed Jul 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 356f91b208eaa73a6fc3f8c53cb5956c20b38fa5
2 changes: 2 additions & 0 deletions akka/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 2 additions & 0 deletions akka/values.yaml
Original file line number Diff line number Diff line change
@@ -125,6 +125,8 @@ containerName: ""

command: []

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

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