From 43ef8c9875688e5736dd4c77874320f90af07790 Mon Sep 17 00:00:00 2001 From: Ashish Jaiswal Date: Wed, 14 Aug 2024 03:41:43 +0530 Subject: [PATCH] fixed the customentrypoints bug in values file for puppetserver --- argocd-helm-charts/puppetserver/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd-helm-charts/puppetserver/values.yaml b/argocd-helm-charts/puppetserver/values.yaml index 5819ca8c2..79cde0707 100644 --- a/argocd-helm-charts/puppetserver/values.yaml +++ b/argocd-helm-charts/puppetserver/values.yaml @@ -7,13 +7,13 @@ puppetserver: masters: ingress: enabled: false - customentrypoints: - enabled: true - configmaps: |- + customentrypoints: + enabled: true + configmaps: + configure_external_nodes.sh: |- #!/bin/bash set -e - # Configure puppet to use a certificate autosign script (if it exists) # AUTOSIGN=true|false|path_to_autosign.conf if test -n "${PUPPETSERVER_ENC_PATH}" ; then