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 eb6d0da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/opentelemetry-collector/ci/deployment-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ extraVolumes:
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 eb6d0da

Please sign in to comment.