Skip to content

Commit da5a685

Browse files
authored
fix(core): deprecate keycloak-from-config (#81)
Resolves #80
1 parent f5b99b9 commit da5a685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/platform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
102102
```sh
103103
docker run \
104104
-v ./kc-config.yaml:/home/nonroot/.opentdf/kc-config.yaml \
105-
-it registry.opentdf.io/platform:nightly provision keycloak-from-config -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
105+
-it registry.opentdf.io/platform:nightly provision keycloak -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
106106
```
107107

108108
## Maintainers

charts/platform/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
104104
```sh
105105
docker run \
106106
-v ./kc-config.yaml:/home/nonroot/.opentdf/kc-config.yaml \
107-
-it registry.opentdf.io/platform:nightly provision keycloak-from-config -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
107+
-it registry.opentdf.io/platform:nightly provision keycloak -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
108108
```
109109
{{ template "chart.homepageLine" . }}
110110

0 commit comments

Comments
 (0)