...
1resources:
2 - { kind: ClusterRole, name: «self.path.k8s» }
3 - { kind: ServiceAccount, name: «self.path.k8s», namespace: «self.namespace» }
4 - { kind: ClusterRoleBinding, name: «self.path.k8s» }
5 - { kind: ClusterRole, name: «self.path.k8s»-crd }
6 - { kind: Role, name: «self.path.k8s», namespace: «self.namespace» }
7 - { kind: RoleBinding, name: «self.path.k8s», namespace: «self.namespace» }
8disableResources:
9 - { kind: Service, name: «self.path.k8s», namespace: «self.namespace» }
10 - { kind: Service, name: «self.path.k8s»-admin, namespace: «self.namespace» }
11 - { kind: Deployment, name: «self.path.k8s», namespace: «self.namespace» }
View as plain text