Skip to content

Commit

Permalink
fix volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 29, 2024
1 parent 2cb2b67 commit 21a5e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/argocd/apps/base/tenants-applicationset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
group: kubeflow.org
jqPathExpressions:
- .spec.template.spec.containers[] | select(.name == "oauth-proxy")
- .spec.template.spec.containers[] | select(.name == "oauth-config")
- .spec.template.spec.volumes[] | select(.name == "oauth-config")
- .spec.template.spec.volumes[] | select(.name == "tls-certificates")
# jsonPointers:
# - /metadata/annotations/test
Expand Down

0 comments on commit 21a5e8c

Please sign in to comment.