Skip to content

Commit 42f03c7

Browse files
committed
chore: Remove CA certificate reference to use service account
1 parent ec02813 commit 42f03c7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

templates/k8s-pod-custom-repo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Kubernetes Pod Workspace (provide repo)
33
description: Provision Kubernetes Deployments as Coder workspaces
4-
icon: ../../../site/static/icon/k8s.png
4+
icon: ../../../site/static/icon/k8s.svg
55
maintainer_github: UMLCloudComputing
66
verified: true
77
tags: [kubernetes, container]

templates/k8s-pod-custom-repo/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ data "coder_external_auth" "github" {
110110

111111
provider "kubernetes" {
112112
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")
115113
}
116114

117115
data "coder_workspace" "me" {}

0 commit comments

Comments
 (0)