Skip to content

Commit

Permalink
fixed puppetserver values file to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 16, 2024
1 parent 66dd6ba commit 70d0b5c
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,17 @@ puppetserver:
name: puppetserver
image: ghcr.io/voxpupuli/container-puppetserver
tag: 7.13.0
puppeturl: ""
puppeturl: "https://github.com/Obmondo/LinuxAid.git"
masters:
ingress:
enabled: false
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
puppet config set external_nodes "$PUPPETSERVER_ENC_PATH" --section server
puppet config set node_terminus "exec" --section server
fi
puppetserver gem install fugit -v 1.9.0
puppetserver gem install tzinfo-data

r10k:
asSidecar: false
code:
cronJob:
schedule: "*/2 * * * *"
viaHttps:
credentials:
existingSecret: puppet-git-secret

hiera:
name: hiera
hieradataurl: ""
hieradataurl: "https://github.com/Obmondo/linuxaid-config-template.git"

postgresql:
enabled: false
Expand Down Expand Up @@ -63,11 +41,6 @@ puppetserver:
enabled: false

global:
extraEnv:
AUTOSIGN: /etc/puppetlabs/code/environments/master/puppet_autosign.rb
# TODO: add prometheus support
PUPPET_REPORTS: puppetdb
PUPPETSERVER_ENC_PATH: /etc/puppetlabs/code/environments/master/puppet_enc.rb
postgresql:
auth:
existingSecret: puppetserver-pgsql-app
Expand Down

0 comments on commit 70d0b5c

Please sign in to comment.