Add missing global values to charts (#311)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user