Skip to content

Commit

Permalink
fixed the customentrypoints bug in values file for puppetserver
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 13, 2024
1 parent 3a1d501 commit 43ef8c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43ef8c9

Please sign in to comment.