diff --git a/testdata/manifests.yaml b/testdata/manifests.yaml index d743ab3..bc5416e 100644 --- a/testdata/manifests.yaml +++ b/testdata/manifests.yaml @@ -38,7 +38,10 @@ spec: value: '4' - name: ARGOCD_APPLICATIONSET_NAMESPACES_PLUGIN_LISTEN_TOKEN # Must match the one in the secret - value: argocd + valueFrom: + secretKeyRef: + name: argocd-applicationset-namespaces-generator-plugin + key: token ports: - containerPort: 8080 name: http