Skip to content

Commit

Permalink
deploy: clarify OPERATOR_NAME
Browse files Browse the repository at this point in the history
"should" is not strong enough. It "must" match.
  • Loading branch information
pohly committed Sep 24, 2020
1 parent 9a7daab commit 9d3db60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/kustomize/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: OPERATOR_NAME
# This should match to the operator container name
# This must match to the operator container name.
# The operator uses it to find its image.
value: "pmem-csi-operator"
volumeMounts:
- name: tmp
Expand Down

0 comments on commit 9d3db60

Please sign in to comment.