Skip to content

Commit

Permalink
feat[manifests]: Restore root manifest
Browse files Browse the repository at this point in the history
PR argoproj-labs#352 introduced the sidecar pattern, but also renamed the prior default
manifest, which was available through a reference to
https://github.com/argoproj-labs/argocd-vault-plugin//manifests

To get the same app, consumers would need to change any exsting references to
https://github.com/argoproj-labs/argocd-vault-plugin//manifests/cmp-configmap

This commit introduces a simple proxy manifest that makes that change backwards
compatible, meaning that now older references to
https://github.com/argoproj-labs/argocd-vault-plugin//manifests
will still resolve to the same app state as
https://github.com/argoproj-labs/argocd-vault-plugin//manifests/cmp-configmap
rather than just breaking.
  • Loading branch information
jskrzypek committed Jul 11, 2022
1 parent 9ffe0f2 commit be7eb8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ./cmp-configmap

0 comments on commit be7eb8e

Please sign in to comment.