examples
examples copied to clipboard
Kubernetes helm chart example needs to be updated
Kubernetes Helm chart example needs to be updated. The stable
repository has been deprecated. The WordPress examples should point to bitnami/wordpress
const wordpress = new k8s.helm.v2.Chart("wpdev", {
repo: "stable",
version: "2.1.3",
chart: "wordpress",
});