mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-09-16 16:50:41 +01:00
Merge pull request #11 from msweetser-isp/master
Fixed container command in op-scim-deployment.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user