Skip to content

Commit

Permalink
Support ipa-replica-install command in OpenShift template.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Sep 23, 2019
1 parent 506f523 commit ed9c0c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions freeipa-server-openshift.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
}
}
],
"args": [ "${COMMAND}" ],
"resources": {},
"volumeMounts": [
{
Expand Down Expand Up @@ -355,6 +356,12 @@
"required": true,
"value": "-U -r EXAMPLE.TEST --setup-dns --no-forwarders --no-ntp"
},
{
"name": "COMMAND",
"displayName": "The initial command to run",
"required": false,
"value": "ipa-server-install"
},
{
"name": "IPA_ADMIN_PASSWORD",
"displayName": "Admin's password",
Expand Down

0 comments on commit ed9c0c7

Please sign in to comment.