ContainerSolutions/externalsecret-operator
Possible to install by linking from kustomize?
開放
#142 建立於 2020年12月2日
good first issue
倉庫指標
- 星標
- (192 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Describe the solution you'd like
From the installation instructions, it looks like installing this involves cloning this repo and running make install.
Is it possible instead to include a path like https://github.com/ContainerSolutions/externalsecret-operator/tree/master/config/crd in a kustomization.yaml as a resource, rather than running any commands locally?
What is the added value?
To the extent it's even possible — simpler, less dependent on local machine's state.
Thanks in advance!