Skip to content

Instantly share code, notes, and snippets.

View lypht's full-sized avatar
💭
👨‍🌾 bit shepherd

Josh Hull lypht

💭
👨‍🌾 bit shepherd
  • Earth
  • 16:41 (UTC -06:00)
View GitHub Profile
@scottrigby
scottrigby / rbac-config.sh
Last active November 8, 2018 17:13
RBAC for Tiller script
#!/bin/sh
# See https://github.com/kubernetes/helm/blob/master/docs/rbac.md#tiller-and-role-based-access-control
echo 'apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
namespace: kube-system
---