Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <[email protected]>
  • Loading branch information
puckpuck committed Oct 31, 2024
1 parent 97f3997 commit 700becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opentelemetry-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ components:
initContainers:
- name: init-config
image: busybox
command: ['sh', '-c', 'cp /config-ro/demo.flagd.json /config-rw/demo.flagd.json && cat /config-rw/demo.flagd.json']
command: ['sh', '-c', 'cp /config-ro/demo.flagd.json /config-rw/demo.flagd.json && cat /config-rw/demo.flagd.json']
volumeMounts:
- mountPath: /config-ro
name: config-ro
Expand Down

0 comments on commit 700becd

Please sign in to comment.