We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe1df6 commit 3bc631cCopy full SHA for 3bc631c
pkg/generator/cluster.go
@@ -94,7 +94,7 @@ func (g *ClusterGenerator) GenerateParams(appSetGenerator *argoappsetv1alpha1.Ap
94
95
var secretsFound []corev1.Secret
96
97
- for _, cluster := range clustersFromArgoCD.Items {
+ for _, cluster := range clustersFromArgoCD {
98
99
// If there is a secret for this cluster, then it's a non-local cluster, so it will be
100
// handled by the next step.
0 commit comments