"charts/rancher-cis-benchmark/jmayer/system-charts" did not exist on "9c3f08ab7f8eadcbf4a16ffdca1baf91b45b0887"
values.yaml 1.59 KB
Newer Older
Murali Paluru's avatar
Murali Paluru committed
1 2 3 4 5 6
# Default values for rancher-cis-benchmark.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

7
# if owner is specified, it's used for the name of the configmap for results
Murali Paluru's avatar
Murali Paluru committed
8
owner: ""
9 10 11
# skipConfigMapName is used to specify the name of cm where the skip info is stored
# skip has higher precedence than what's specified in the configmap
skipConfigMapName: ""
12 13 14
# overrideBenchmarkVersion is used to override the default benchmark version used for
# a particular k8s version
overrideBenchmarkVersion: ""
15 16

# when debug=true, the plugin pods sleep for the time specified
17 18
debugMaster: false
debugWorker: false
19
debugTime: "infinity"
Murali Paluru's avatar
Murali Paluru committed
20 21 22

image:
  repository: rancher/security-scan
23
  tag: v0.1.4
Murali Paluru's avatar
Murali Paluru committed
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
  pullPolicy: Always

nameOverride: ""
fullnameOverride: ""

service:
  type: ClusterIP
  port: 443

ingress:
  enabled: false
  annotations: {}
    # kubernetes.io/ingress.class: nginx
    # kubernetes.io/tls-acme: "true"
  hosts:
    - host: chart-example.local
      paths: []

  tls: []
  #  - secretName: chart-example-tls
  #    hosts:
  #      - chart-example.local

resources: {}
  # We usually recommend not to specify default resources and to leave this as a conscious
  # choice for the user. This also increases chances charts run on environments with little
  # resources, such as Minikube. If you do want to specify resources, uncomment the following
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  # limits:
  #   cpu: 100m
  #   memory: 128Mi
  # requests:
  #   cpu: 100m
  #   memory: 128Mi

nodeSelector: {}

tolerations: []

affinity: {}