Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <matejgera@gmail.com>
  • Loading branch information
matej-g committed Oct 4, 2023
1 parent b3afcb2 commit 0daeb77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 deletions charts/opentelemetry-collector/ci/deployment-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,18 @@ resources:
# Test the extra* parameters are build correctly
extraEnvs:
TEST:
valueFrom:
secretKeyRef:
name: test
key: PRIVATE_KEY
TEST2:
value: "test"

extraEnvsFrom:
envConfigmap: configMapRef
envSecret: secretRef

extraVolumes:
testpath:
hostPath:
path: /etc/hosts

extraVolumeMounts:
testpath:
mountPath: /etc/hosts
mountPropagation: HostToContainer
readOnly: true
testpath:
mountPath: /etc/hosts
mountPropagation: HostToContainer
readOnly: true

# Tests `tpl` function reference used in pod labels and
# ingress.hosts[*]
Expand Down
4 changes: 2 additions & 2 deletions charts/opentelemetry-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ extraEnvs: {}
# valueFrom:
# secretKeyRef:
# name: exampleSecret
# key: examplKey
# key: exampleKey

# extraEnvs allows for defining extra envFrom parameters as objects. The key should be the name of the referenced object and the value should correspond
# to the type of refered object (configMapRef, secretRef). See the example below.
Expand All @@ -326,7 +326,7 @@ extraVolumes: {}

# extraVolumeMounts allows for defining extra volumeMounts as objects. The key should be the name of the volumeMount. See the example below.
extraVolumeMounts: {}
# examplePath:
# examplePath:
# mountPath: /etc/hosts
# mountPropagation: HostToContainer
# readOnly: true
Expand Down

0 comments on commit 0daeb77

Please sign in to comment.