cloud-native-toolkit / cloud-native-toolkit/terraform-tools-gitops
sealed-secrets cannot be added to bom
- Dominant language
- HCL
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Adding the sealed-secrets module to the initial BOM, then using iascable to create the extended BOM results in error:
`Error: More than one module resolves dependency for module: module=sealed-secrets, dependency=namespace, refs=[{"source":"github.com/cloud-native-toolkit/terraform-k8s-namespace","version":">= 2.1.0"}], matchingModules=openshift-gitops,sealed-secret`
If the sealed-secrets module is removed from the initial BOM, then other modules have dependencies which will add the following to the extended BOM:
- name: sealed-secret-cert
version: v1.0.1
- name: namespace
alias: sealed-secret
version: v3.2.3
However, unless I am misunderstanding, this will not result in the installation of the sealed secrets controller.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.