Merge pull request #11 from msweetser-isp/master

Fixed container command in op-scim-deployment.yaml
This commit is contained in:
Connor Hicks
2018-07-13 13:33:12 -04:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ spec:
containers:
- name: op-scim
image: 1password/scim:v0.5.8
command: ["./op-scim"]
command: ["/op-scim/op-scim"]
args: ["--session=/secret/scimsession", "--letsencrypt-domain={YOUR-DOMAIN-HERE}"]
ports:
- containerPort: 3002