mirror of https://git.rancher.io/charts
14 lines
373 B
YAML
14 lines
373 B
YAML
apiVersion: resources.cattle.io/v1
|
|
kind: ResourceSet
|
|
metadata:
|
|
name: rancher-resource-set
|
|
controllerReferences:
|
|
- apiVersion: "apps/v1"
|
|
resource: "deployments"
|
|
name: "rancher"
|
|
namespace: "cattle-system"
|
|
resourceSelectors:
|
|
{{- range $path, $_ := .Files.Glob "files/default-resourceset-contents/*.yaml" -}}
|
|
{{- $.Files.Get $path | nindent 2 -}}
|
|
{{- end -}}
|