Skip to content

Commit b98912b

Browse files
fix
1 parent 6efa7fb commit b98912b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/restrictedgitsources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
- kind
6565
type: object
6666
type: array
67-
clusterResourceWhilelist:
67+
clusterResourceWhitelist:
6868
description: ClusterResourceWhitelist contains list of whitelisted
6969
cluster level resources
7070
items:
@@ -121,7 +121,7 @@ spec:
121121
- kind
122122
type: object
123123
type: array
124-
namespaceResourceWhilelist:
124+
namespaceResourceWhitelist:
125125
description: NamespaceResourceWhitelist contains list of whitelisted
126126
namespace level resources
127127
items:

0 commit comments

Comments
 (0)