Skip to content

Commit

Permalink
Fix logs indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 committed Jun 26, 2024
1 parent b4b7128 commit 6e803d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
24 changes: 16 additions & 8 deletions charts/self-host/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
fullnameOverride: ""
nameOverride: ""

# LaunchDarkly feature flags
# Flags can be added as key-value pairs, e.g., flagName: true. See the documentation for more information.
# See https://contributing.bitwarden.com/contributing/feature-flags/#flag-data-sources for more information.
featureFlags:
unassigned-items-banner: true
display-eu-environment: true


general:
# Domain name for the service
domain: "bitwarden.localhost"
Expand Down Expand Up @@ -219,14 +227,14 @@ component:
# Image name, tag, and pull policy
image:
name: bitwarden/key-connector
# The pod resource requirements. You can adjust these up and down for your environment
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
# The pod resource requirements. You can adjust these up and down for your environment
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"
# Specifies the strategy used to replace old Pods by new ones. The value can be "Recreate" or "RollingUpdate". "RollingUpdate" is the default value.
deploymentStrategy: RollingUpdate
# This will set the Kubernetes container security context
Expand Down
1 change: 0 additions & 1 deletion charts/self-host/templates/key-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ spec:
']
image: "{{ .Values.supportComponents.kubectl.image.name }}:{{ .Values.supportComponents.kubectl.image.tag }}"
volumeMounts:
mountPath: /etc/bitwarden/identity
- name: applogs
mountPath: /logs
{{- end }}
Expand Down

0 comments on commit 6e803d6

Please sign in to comment.