Skip to content

Commit

Permalink
contrib: need to have single braces for strings
Browse files Browse the repository at this point in the history
Confirmed with AppSRE that strings need to be single
braces.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Nov 23, 2021
1 parent e9a0ded commit b49b8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/openshift/manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ objects:
mountPath: /tmp
initContainers:
- name: init-wipe-vpc
image: ${{UBI_IMAGE}}:${{UBI_IMAGE_TAG}}
image: ${UBI_IMAGE}:${UBI_IMAGE_TAG}
command: ['sh', '-c', "rm -rf /tmp/*"]
volumeMounts:
- name: indexer-layer-storage
Expand Down

0 comments on commit b49b8f7

Please sign in to comment.