Skip to content

Commit babf76d

Browse files
authored
Update provider-family.yaml
1 parent 1758b08 commit babf76d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

charts/crossplane-aws-upbound/templates/provider-family.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ metadata:
1818
{{- end }}
1919
spec:
2020
package: {{ .package.registry }}/provider-family-aws:{{ .package.version }}
21-
22-
21+
runtimeConfigRef:
22+
apiVersion: pkg.crossplane.io/v1beta1
23+
kind: DeploymentRuntimeConfig
24+
name: {{ $.Values.deploymentRuntimeConfig.metadata.name }}
25+
{{- end }}
2326
{{- end }}
24-
{{- end }}

0 commit comments

Comments
 (0)