-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
What happened?
I'm trying to create a Helm Release using helm-provider, but I'm getting "Certificate Signed by Unknown authority even after adding "insecureSkipTLSVerify: true". Can some one help me how to fix the cert issue or how can I skip the TLS verification?
How can we reproduce it?
apiVersion: helm.crossplane.io/v1beta1
kind: Release
metadata:
name: helm-testing
spec:
forProvider:
insecureSkipTLSVerify: true
chart:
pullSecretRef:
name: helm-secret
namespace: default
name: <Chart Name>
repository: oci://<Private Registry>
version: 0.1.1
namespace: default
values:
cluster_name: crossplane
providerConfigRef:
name: default
What environment did it happen in?
Crossplane version: 1.13.2
Include at least the version or commit of Crossplane you were running. Consider
also including your:
- Cloud provider : AWS
- Kubernetes version (use
kubectl version
): 1.25 - Kubernetes distribution (e.g. Tectonic, GKE, OpenShift) EKS
- OS (e.g. from /etc/os-release) amzn linux
philippart and poblin-orange
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers