Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Add missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
kfox1111 committed Jul 20, 2023
1 parent f4685ac commit b7b8d28
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples/production/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ spiffe-csi-driver:
namespaceOverride: spire-system
priorityClassName: system-node-critical


upstream-spiffe-csi-driver:
enabled: true
namespaceOverride: spire-system
priorityClassName: system-node-critical

spire-agent:
enabled: true
namespaceOverride: spire-system
Expand All @@ -69,6 +75,24 @@ spire-agent:

logLevel: info

upstream-spire-agent:
namespaceOverride: spire-system
priorityClassName: system-node-critical
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
readOnlyRootFilesystem: true
capabilities:
drop: [ALL]
seccompProfile:
type: RuntimeDefault

logLevel: info

spiffe-oidc-discovery-provider:
enabled: true
config:
Expand Down

0 comments on commit b7b8d28

Please sign in to comment.