github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/pkg/scanners/helm/test/mysql/ci/values-production-with-rbac.yaml (about)

     1  # Test values file for generating all of the yaml and check that
     2  # the rendering is correct
     3  
     4  architecture: replication
     5  auth:
     6    usePasswordFiles: true
     7  
     8  primary:
     9    extraEnvVars:
    10      - name: TEST
    11        value: "3"
    12    podDisruptionBudget:
    13      create: true
    14  
    15  secondary:
    16    replicaCount: 2
    17    extraEnvVars:
    18      - name: TEST
    19        value: "2"
    20    podDisruptionBudget:
    21      create: true
    22  
    23  serviceAccount:
    24    create: true
    25    name: mysql-service-account
    26  rbac:
    27    create: true
    28  
    29  metrics:
    30    enabled: true