Skip to content

Commit

Permalink
chore: Remove unused parameter import realm (#79)
Browse files Browse the repository at this point in the history
Change-Id: Icc3fa33103ad60efa89ff5a3ce81b4a1a75b110d
  • Loading branch information
oleksandr_taruraiev authored and SergK committed May 15, 2024
1 parent 405fb47 commit be33a8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion add-ons/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ To expose internal Keycloak endpoint, follow the steps below:
| keycloakx.autoscaling.metrics[0].type | string | `"Resource"` | |
| keycloakx.autoscaling.minReplicas | int | `1` | |
| keycloakx.command[0] | string | `"/opt/keycloak/bin/kc.sh"` | |
| keycloakx.command[10] | string | `"--import-realm"` | |
| keycloakx.command[1] | string | `"--verbose"` | |
| keycloakx.command[2] | string | `"start"` | |
| keycloakx.command[3] | string | `"--auto-build"` | |
Expand Down
1 change: 0 additions & 1 deletion add-ons/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ keycloakx:
- "--hostname-strict-https=false"
- "--spi-events-listener-jboss-logging-success-level=info"
- "--spi-events-listener-jboss-logging-error-level=warn"
- "--import-realm"

# Additional environment variables for Keycloak.
# Environment variables "KC_HOSTNAME ADMIN_URL" and "KC_HOSTNAME URL" for working in "passthrough" mode,
Expand Down

0 comments on commit be33a8d

Please sign in to comment.