Skip to content

Instantly share code, notes, and snippets.

@onefoursix
Created October 12, 2019 18:08
Show Gist options
  • Save onefoursix/e7d348dc9d35067945e001836962499d to your computer and use it in GitHub Desktop.
Save onefoursix/e7d348dc9d35067945e001836962499d to your computer and use it in GitHub Desktop.
role for tiller in streamsets namespace
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: tiller-manager
namespace: streamsets
rules:
- apiGroups: ["", "batch", "extensions", "apps"]
resources: ["*"]
verbs: ["*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment