Skip to content

Instantly share code, notes, and snippets.

@ravikyada
Created January 22, 2025 04:37
Show Gist options
  • Save ravikyada/c2273191c26b9b789fd36537cf2eb1ff to your computer and use it in GitHub Desktop.
Save ravikyada/c2273191c26b9b789fd36537cf2eb1ff to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: external-dns-viewer
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: external-dns
subjects:
- kind: ServiceAccount
name: external-dns
namespace: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment