From 86225244e842f48cc8742313d3ccd93404d6af6e Mon Sep 17 00:00:00 2001 From: Spyros Synodinos Date: Thu, 26 Sep 2024 14:51:46 +0300 Subject: [PATCH] jamfCredentialsSecret create false --- helm/teleport-kube-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/teleport-kube-agent/values.yaml b/helm/teleport-kube-agent/values.yaml index 35bd198..3ad205e 100644 --- a/helm/teleport-kube-agent/values.yaml +++ b/helm/teleport-kube-agent/values.yaml @@ -448,7 +448,7 @@ jamfCredentialsSecret: # Kubernetes `Secret` containing the Jamf Pro API Client Secret. # If false, you must create a Kubernetes Secret with the configured name in # the Helm release namespace. - create: true + create: false # jamfCredentialsSecret.name(string) -- is the name of the Kubernetes Secret # containing the Jamf Pro API Client Secret used by the chart. #