Created
April 24, 2020 19:46
-
-
Save dudash/fdaba6c886cce0f45c6131d5222a68ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| oc patch cm/keycloak-probes -p '{"data":{"liveness_probe.sh":"#!/bin/bash\necho pass\n","readiness_probe.sh":"#!/bin/bash\necho pass\n"}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment