We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec02813 commit 42f03c7Copy full SHA for 42f03c7
2 files changed
templates/k8s-pod-custom-repo/README.md
@@ -1,7 +1,7 @@
1
---
2
display_name: Kubernetes Pod Workspace (provide repo)
3
description: Provision Kubernetes Deployments as Coder workspaces
4
-icon: ../../../site/static/icon/k8s.png
+icon: ../../../site/static/icon/k8s.svg
5
maintainer_github: UMLCloudComputing
6
verified: true
7
tags: [kubernetes, container]
templates/k8s-pod-custom-repo/main.tf
@@ -110,8 +110,6 @@ data "coder_external_auth" "github" {
110
111
provider "kubernetes" {
112
host = "https://kubernetes.default.svc" # Internal cluster address
113
- # Path to the cluster CA
114
- cluster_ca_certificate = file("/var/run/secrets/kubernetes.io/serviceaccount/ca.crt")
115
}
116
117
data "coder_workspace" "me" {}
0 commit comments