[bugfix] fix distro full bundle
Signed-off-by: kklinch0 <kklinch0@gmail.com>
This commit is contained in:
parent
b14c82d606
commit
6a713e5eb4
2 changed files with 9 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ releases:
|
|||
releaseName: snapshot-controller
|
||||
chart: cozy-snapshot-controller
|
||||
namespace: cozy-snapshot-controller
|
||||
dependsOn: [cilium,cert-manager-issuers]
|
||||
dependsOn: [cilium]
|
||||
|
||||
- name: objectstorage-controller
|
||||
releaseName: objectstorage-controller
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
{{- if not (lookup "helm.toolkit.fluxcd.io/v2" "HelmRelease" "cozy-cert-manager" "cert-manager-issuers") }}
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: selfsigned-cluster-issuer
|
||||
spec:
|
||||
selfSigned: {}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue