1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/modules/gitops-uninstall-keycloak.adoc
Debargho Ghosh b2390464ca added separate page for dex
added keycloak content

fixing build error

added the file under gitops folder

added keycloak in TOC

review changes done

added keycloak files

review changes done

removed dex is used to delegate

made review changes

made review changes

made review changes

made review changes

made review changes

 made review changes

made review changes

made review changes

remoed extra space from commands

added italics

made review changes

made review changes

optional step formatted

review changes done

made review changes

created callouts

made review changes

review changes done

review changes done
2021-12-22 09:23:32 +00:00

24 lines
703 B
Plaintext

[id="gitops-uninstalling-keycloak_{context}"]
= Uninstalling Keycloak
You can delete the Keycloak resources and their relevant configurations by removing the `SSO` field from the Argo CD Custom Resource (CR) file. After you remove the `SSO` field, the values in the file look similar to the following:
[source,yaml]
----
apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
name: example-argocd
labels:
example: basic
spec:
server:
route:
enabled: true
----
[NOTE]
====
A Keycloak application created by using this method is currently not persistent. Additional configurations created in the Argo CD Keycloak realm are deleted when the server restarts.
====