Skip to content

Commit

Permalink
fix: prevent instana to connect to init-container (won't stop contain…
Browse files Browse the repository at this point in the history
…er after db-migration)
  • Loading branch information
ReuDa committed Sep 18, 2023
1 parent ef6801e commit 088ddf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/steadybit-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-platform
description: steadybit Platform Helm chart for Kubernetes.
version: 0.6.7
version: 0.6.8
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
2 changes: 2 additions & 0 deletions charts/steadybit-platform/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ spec:
envFrom:
{{ toYaml .Values.platform.envFrom | indent 12 }}
env:
- name: JAVA_TOOL_OPTIONS
value: "-XX:+DisableAttachMechanism"
- name: SPRING_PROFILES_ACTIVE
value: "db-migration"
- name: LOGGING_FORMAT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ manifest should support init container:
- name: RELEASE-NAME-steadybit-platform-pull-secrets
initContainers:
- env:
- name: JAVA_TOOL_OPTIONS
value: -XX:+DisableAttachMechanism
- name: SPRING_PROFILES_ACTIVE
value: db-migration
- name: LOGGING_FORMAT
Expand Down

0 comments on commit 088ddf5

Please sign in to comment.