Skip to content
Permalink
Browse files
Basic scripts to use keycloak
  • Loading branch information
tmiddelkoop committed May 14, 2021
1 parent 02ba02d commit 308e21c7844873f12e49afc0ff48ffe45f5d3a61
Showing 2 changed files with 8 additions and 0 deletions.
@@ -0,0 +1,3 @@
#!/bin/bash

gcloud compute ssh class-controller -- kubectl apply -f - < keycloak.yaml
@@ -0,0 +1,5 @@
#!/bin/bash

gcloud compute ssh class-controller -- -D 8180 $*


0 comments on commit 308e21c

Please sign in to comment.