Skip to content

Instantly share code, notes, and snippets.

View eliaspn's full-sized avatar

Elias eliaspn

  • -
  • Piatra Neamt, Romania
View GitHub Profile
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
This gist is owned by address: 0x62d332c940f36c5a51c8918c0077925b646f3b08ce15bd325948a62aa16d5951
{
"kind": "Template",
"apiVersion": "v1",
"metadata": {
"name": "keycloak-https",
"annotations": {
"iconClass": "icon-sso",
"tags": "keycloak",
"version": "4.0.0.Beta2",
"openshift.io/display-name": "Keycloak",
#Deploy a short lived sidecontainer to connect to Mysql inside cluster
kubectl run -i --tty ubuntu --image=ubuntu:16.04 --restart=Never -- bash -il
apt-get update && apt-get install mysql-client -y