Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3229 from yifan-gu/1.9.6
Browse files Browse the repository at this point in the history
tectonic-alm-operator: Use command instead of args.
  • Loading branch information
coverprice authored May 16, 2018
2 parents 9cdb755 + 7c0057b commit e23765f
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ spec:
containers:
- name: tectonic-alm-operator
image: ${tectonic_alm_operator_image}
args:
- --manifest-dir=/manifests
- --operator-name=tectonic-alm-operator
- --appversion-name=tectonic-alm-operator
- --v=2
command:
- /app/x-operator/cmd/xoperator/xoperator
- '--operator-name=tectonic-alm-operator'
- '--appversion-name=tectonic-alm-operator'
- '--v=2'
- '-manifest-dir=/manifests'

0 comments on commit e23765f

Please sign in to comment.