Add missing global values to charts (#311)

This commit is contained in:
kfox1111
2023-06-14 09:16:02 +02:00
committed by GitHub
parent 5d8c9079a1
commit 250fd5db00
5 changed files with 15 additions and 0 deletions
@@ -1,3 +1,6 @@
# @ignored
global: {}
# -- Set the csi driver name deployed to Kubernetes.
pluginName: csi.spiffe.io
@@ -2,6 +2,9 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# @ignored
global: {}
# -- The name of the spire-agent unix socket
agentSocketName: spire-agent.sock
@@ -2,6 +2,9 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# @ignored
global: {}
image:
# -- The OCI registry to pull the image from
registry: ghcr.io
@@ -2,6 +2,9 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# @ignored
global: {}
# -- SPIRE server currently runs with a sqlite database. Scaling to multiple instances will not work until we use an external database.
replicaCount: 1
@@ -2,6 +2,9 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# @ignored
global: {}
image:
registry: ghcr.io
repository: spiffe/tornjak-frontend