Skip to content

Commit

Permalink
update YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
jenting committed Dec 18, 2024
1 parent 4f9a44e commit 1a4e3ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testdata/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a4e3ad

Please sign in to comment.