Skip to content

Commit

Permalink
valueFrom yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Nov 15, 2024
1 parent 2942206 commit ce63b76
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ spec:
name: telemetrygen
env:
- name: NODE
valueFrom:
fieldRef:
fieldPath: status.hostIP
valueFrom:
fieldRef:
fieldPath: status.hostIP
args:
- |
{{ .DataType }} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ spec:
name: telemetrygen
env:
- name: NODE
valueFrom:
fieldRef:
fieldPath: status.hostIP
valueFrom:
fieldRef:
fieldPath: status.hostIP
args:
- |
{{ .DataType }} \
Expand Down
6 changes: 3 additions & 3 deletions otel-integration/k8s-helm/e2e-test/k8s/telemetrygen/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spec:
name: telemetrygen
env:
- name: NODE
valueFrom:
fieldRef:
fieldPath: status.hostIP
valueFrom:
fieldRef:
fieldPath: status.hostIP
args:
- |
{{ .DataType }} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ spec:
name: telemetrygen
env:
- name: NODE
valueFrom:
fieldRef:
fieldPath: status.hostIP
valueFrom:
fieldRef:
fieldPath: status.hostIP
args:
- |
{{ .DataType }} \
Expand Down

0 comments on commit ce63b76

Please sign in to comment.