Created
October 12, 2019 18:08
-
-
Save onefoursix/e7d348dc9d35067945e001836962499d to your computer and use it in GitHub Desktop.
role for tiller in streamsets namespace
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
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