Created
July 13, 2019 15:38
-
-
Save theraaz/ab56e5bc61ef764c5bc9fb131dcde461 to your computer and use it in GitHub Desktop.
Kubernetes + Travis CI/CD with DigitalOcean - https://medium.com/p/c0c4058b7734
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: ClusterRoleBinding | |
apiVersion: rbac.authorization.k8s.io/v1 | |
metadata: | |
name: cicd | |
subjects: | |
- kind: ServiceAccount | |
name: cicd | |
namespace: default | |
roleRef: | |
kind: ClusterRole | |
name: cicd | |
apiGroup: rbac.authorization.k8s.io |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment