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!