Commit 3ec8f088 authored by Radu Carpa's avatar Radu Carpa
Browse files

exportConfigToEnv default to false

parent c844d502
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ strategy:
    maxSurge: 1
    maxUnavailable: 1

exportConfigToEnv: true
exportConfigToEnv: false

podLabels: {}
podAnnotations: {}
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ image:
  tag: latest
  pullPolicy: Always

exportConfigToEnv: true
exportConfigToEnv: false

#  Values needed for some of the probes
probeSettings:
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ image:
  tag: release-1.24.3
  pullPolicy: Always

exportConfigToEnv: true
exportConfigToEnv: false

service:
  type: ClusterIP