Skip to content

Commit cb5c60b

Browse files
authored
apps wc: allow crds for tigera operator (#2897)
1 parent 1d9ffa8 commit cb5c60b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helmfile.d/values/userCRDs/userCRDs.yaml.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ userCRDs:
1515
name: "velero-server-upgrade-crds"
1616
- namespace: "crossplane-system"
1717
name: "crossplane"
18+
- namespace: "tigera-operator"
19+
name: "tigera-operator"
1820
{{- if .Values.gatekeeper.allowUserCRDs.extraServiceAccounts }}
1921
{{- toYaml .Values.gatekeeper.allowUserCRDs.extraServiceAccounts | nindent 6 }}
2022
{{- end }}

0 commit comments

Comments
 (0)