1# Default values for step-issuer.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
7 repository: cgr.dev/scratch-images/test-tmp/step-issuer
8 pullPolicy: IfNotPresent
9 # Overrides the image tag whose default is the chart appVersion.
10 tag: 0.12.0-r11@sha256:c015b5c14aa1f1fea8b4b02162c543d6bf70e60d391a366ed5bf086fa70661ae
11# List of secret keys used to pull images from private registries.
16 # Configure arguments to pass to the step issuer
18 metricsBindAddress: :8080
19 enableLeaderElection: true
20 disableApprovalCheck: false
21 terminationGracePeriodSeconds: 10
22 # Strategy used for the deployment
36 controlPlane: controller-manager
39# Security Context for the pod
43# security context for container
48 # type: RuntimeDefault
50 # Specifies whether a service account should be created
52 # Annotations to add to the service account
54 # The name of the service account to use.
55 # If not set and create is true, a name is generated using the fullname template
57# mandatory values to generate stepIssuer resource
58# please follow the https://github.com/smallstep/step-issuer#getting-started to setup step-ca and get step-issuer values
69# mandatory values to generate stepClusterIssuer resource
70# please follow the https://github.com/smallstep/step-issuer#getting-started to setup step-ca and get step-issuer values
82# For the cert-manager approver
86 namespace: cert-manager
87# Experimental support for the TLS-over-TLS tunnel in the step-ca client.
88# Do not enable this unless you know what to use.
91 crt: "/opt/tunnel/tls.crt"
92 key: "/opt/tunnel/tls.key"
94 root: "/opt/tunnel/ca.crt"
98# Configure extra init containers, sidecar containers, volumes, and volume
99# mounts as YAML expressions. Useful for injecting secret-agent sidecars
100# (e.g. Vault Agent) that render passwords for passwordFile/passwordEnv.
101extraInitContainers: []
105# nodeSelector contains the node labels for pod assignment.
107# tolerations contains the toleration labels for pod assignment.
109# affinity contains the affinity settings for pod assignment.