Skip to content

holocron values.yaml📜

nameOverride📜

Type: string

Default value
""

fullnameOverride📜

Type: string

Default value
""

frontend.replicas📜

Type: int

Default value
1

frontend.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/holocron-dashboard"

frontend.image.tag📜

Type: string

Default value
"3.3.3"

frontend.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

frontend.securityContext.runAsGroup📜

Type: int

Default value
993

frontend.securityContext.runAsUser📜

Type: int

Default value
993

frontend.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

frontend.resources📜

Type: object

Default value
{}

frontend.podAnnotations📜

Type: object

Default value
{}

api.replicas📜

Type: int

Default value
1

api.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/hygieia/holocron-api"

api.image.tag📜

Type: string

Default value
"3.3.0"

api.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

api.securityContext.runAsGroup📜

Type: int

Default value
1001

api.securityContext.runAsUser📜

Type: int

Default value
1001

api.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

api.resources📜

Type: object

Default value
{}

api.podAnnotations📜

Type: object

Default value
{}

api.livenessProbe.enabled📜

Type: bool

Default value
true

api.readinessProbe.enabled📜

Type: bool

Default value
true

api.env.REQUEST_IP_HEADER📜

Type: string

Default value
"Host"

Description: The request header containing the IP address of the client. Used by rate limiter and circuit breaker.

api.env.SSO_ENABLED📜

Type: bool

Default value
false

Description: Whether or not SSO is enabled.

api.env.SSO_ADMIN_GROUP📜

Type: string

Default value
""

Description: If SSO is enabled, the group name for admin users.

api.env.SSO_LEADERSHIP_GROUP📜

Type: string

Default value
""

Description: If SSO is enabled, the group name for leadership users.

api.env.SSO_GROUPS_KEY📜

Type: string

Default value
""

Description: If SSO is enabled, the JWT claim key which corresponds to the user’s groups.

api.env.SSO_USERNAME_KEY📜

Type: string

Default value
""

Description: If SSO is enabled, the JWT claim key which corresponds to the user’s username.

api.env.FEATURE_COST_METRICS📜

Type: bool

Default value
false

Description: Whether or not the experimental feature for cost metrics is enabled.

api.env.FEATURE_TEAM_VIEWS📜

Type: bool

Default value
false

Description: Whether or not the experimental feature for alternative team views is enabled.

api.env.RATE_LIMITER_ENABLED📜

Type: bool

Default value
true

Description: Whether or not the rate limiter is enabled.

api.env.RATE_LIMITS📜

Type: string

Default value
"500/hour"

Description: Request limit from each individual IP address.

api.env.RATE_LIMITING_IP_WHITELIST📜

Type: string

Default value
""

Description: Comma delineated list of IP addresses that won’t be rate limited.

api.env.CIRCUIT_BREAKER_ENABLED📜

Type: bool

Default value
true

Description: Whether or not the circuit breaker is enabled.

collectorGitlabSCM.replicas📜

Type: int

Default value
1

collectorGitlabSCM.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-gitlab-scm"

collectorGitlabSCM.image.tag📜

Type: string

Default value
"3.1.1"

collectorGitlabSCM.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorGitlabSCM.securityContext.runAsGroup📜

Type: int

Default value
1001

collectorGitlabSCM.securityContext.runAsUser📜

Type: int

Default value
1001

collectorGitlabSCM.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

collectorGitlabSCM.resources📜

Type: object

Default value
{}

collectorGitlabSCM.podAnnotations📜

Type: object

Default value
{}

collectorGitlabSCM.instances[0].image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-gitlab-scm"

collectorGitlabSCM.instances[0].image.tag📜

Type: string

Default value
"3.1.1"

collectorGitlabSCM.instances[0].image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorGitlabSCM.instances[0].securityContext📜

Type: object

Default value
{}

collectorGitlabSCM.instances[0].resources📜

Type: object

Default value
{}

collectorGitlabSCM.instances[0].podAnnotations📜

Type: object

Default value
{}

collectorGitlabSCM.instances[0].accessTokenSecretKey📜

Type: string

Default value
"gitlab-scm-0"

Description: The key from the secret containing the access token for the collector.

collectorGitlabSCM.instances[0].accessToken📜

Type: string

Default value
""

Description: If an existing secret is not provided, the access token to insert into the newly created secret.

collectorGitlabSCM.instances[0].env.COLLECTOR_NAME📜

Type: string

Default value
"gitlab-scm-0"

Description: A unique name to identify the collector.

collectorGitlabSCM.instances[0].env.COLLECTOR_INTERVAL_SECONDS📜

Type: int

Default value
600

Description: The number of seconds between collection run times.

collectorGitlabSCM.instances[0].env.LOOK_BACK_DAYS📜

Type: int

Default value
365

Description: The number of days of data to collect.

collectorGitlabSCM.instances[0].env.TARGET_URL📜

Type: string

Default value
"https://my-gitlab-url.com"

Description: The URL of the service to collect from.

collectorGitlabSCM.instances[0].env.COLLECTOR_TARGETS_INTRVL_SECS📜

Type: int

Default value
86400

Description: The number of seconds between collector target run times.

collectorGitlabSCM.instances[0].env.MAX_REQUESTS_PER_MINUTE📜

Type: int

Default value
500

Description: The maximum number of requests allowed per minute.

collectorJiraWorkflow.replicas📜

Type: int

Default value
1

collectorJiraWorkflow.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-jira-workflow"

collectorJiraWorkflow.image.tag📜

Type: string

Default value
"3.0.4"

collectorJiraWorkflow.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorJiraWorkflow.securityContext.runAsGroup📜

Type: int

Default value
1001

collectorJiraWorkflow.securityContext.runAsUser📜

Type: int

Default value
1001

collectorJiraWorkflow.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

collectorJiraWorkflow.resources📜

Type: object

Default value
{}

collectorJiraWorkflow.podAnnotations📜

Type: object

Default value
{}

collectorJiraWorkflow.instances[0].image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-jira-workflow"

collectorJiraWorkflow.instances[0].image.tag📜

Type: string

Default value
"3.0.4"

collectorJiraWorkflow.instances[0].image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorJiraWorkflow.instances[0].securityContext📜

Type: object

Default value
{}

collectorJiraWorkflow.instances[0].resources📜

Type: object

Default value
{}

collectorJiraWorkflow.instances[0].podAnnotations📜

Type: object

Default value
{}

collectorJiraWorkflow.instances[0].accessTokenSecretKey📜

Type: string

Default value
"jira-workflow-0"

Description: The key from the secret containing the access token for the collector.

collectorJiraWorkflow.instances[0].accessToken📜

Type: string

Default value
""

Description: If an existing secret is not provided, the access token to insert into the newly created secret.

collectorJiraWorkflow.instances[0].env.COLLECTOR_NAME📜

Type: string

Default value
"jira-workflow-0"

Description: A unique name to identify the collector.

collectorJiraWorkflow.instances[0].env.COLLECTOR_INTERVAL_SECONDS📜

Type: int

Default value
600

Description: The number of seconds between collection run times.

collectorJiraWorkflow.instances[0].env.LOOK_BACK_DAYS📜

Type: int

Default value
365

Description: The number of days of data to collect.

collectorJiraWorkflow.instances[0].env.TARGET_URL📜

Type: string

Default value
"https://my-jira-url.com"

Description: The URL of the service to collect from.

collectorJiraWorkflow.instances[0].env.COLLECTOR_TARGETS_INTRVL_SECS📜

Type: int

Default value
86400

Description: The number of seconds between collector target run times.

collectorJiraWorkflow.instances[0].env.MAX_REQUESTS_PER_MINUTE📜

Type: int

Default value
500

Description: The maximum number of requests allowed per minute.

collectorGitlabBuild.replicas📜

Type: int

Default value
1

collectorGitlabBuild.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-gitlab-build"

collectorGitlabBuild.image.tag📜

Type: string

Default value
"3.0.4"

collectorGitlabBuild.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorGitlabBuild.securityContext.runAsGroup📜

Type: int

Default value
1001

collectorGitlabBuild.securityContext.runAsUser📜

Type: int

Default value
1001

collectorGitlabBuild.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

collectorGitlabBuild.resources📜

Type: object

Default value
{}

collectorGitlabBuild.podAnnotations📜

Type: object

Default value
{}

collectorGitlabBuild.instances[0].image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-gitlab-build"

collectorGitlabBuild.instances[0].image.tag📜

Type: string

Default value
"3.0.4"

collectorGitlabBuild.instances[0].image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorGitlabBuild.instances[0].securityContext📜

Type: object

Default value
{}

collectorGitlabBuild.instances[0].resources📜

Type: object

Default value
{}

collectorGitlabBuild.instances[0].podAnnotations📜

Type: object

Default value
{}

collectorGitlabBuild.instances[0].accessTokenSecretKey📜

Type: string

Default value
"gitlab-build-0"

Description: The key from the secret containing the access token for the collector.

collectorGitlabBuild.instances[0].accessToken📜

Type: string

Default value
""

Description: If an existing secret is not provided, the access token to insert into the newly created secret.

collectorGitlabBuild.instances[0].env.COLLECTOR_NAME📜

Type: string

Default value
"gitlab-build-0"

Description: A unique name to identify the collector.

collectorGitlabBuild.instances[0].env.COLLECTOR_INTERVAL_SECONDS📜

Type: int

Default value
600

Description: The number of seconds between collection run times.

collectorGitlabBuild.instances[0].env.LOOK_BACK_DAYS📜

Type: int

Default value
365

Description: The number of days of data to collect.

collectorGitlabBuild.instances[0].env.TARGET_URL📜

Type: string

Default value
"https://my-gitlab-url.com"

Description: The URL of the service to collect from.

collectorGitlabBuild.instances[0].env.COLLECTOR_TARGETS_INTRVL_SECS📜

Type: int

Default value
86400

Description: The number of seconds between collector target run times.

collectorGitlabBuild.instances[0].env.MAX_REQUESTS_PER_MINUTE📜

Type: int

Default value
500

Description: The maximum number of requests allowed per minute.

collectorGitlabWorkflow.replicas📜

Type: int

Default value
1

collectorGitlabWorkflow.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-gitlab-workflow"

collectorGitlabWorkflow.image.tag📜

Type: string

Default value
"3.0.4"

collectorGitlabWorkflow.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorGitlabWorkflow.securityContext.runAsGroup📜

Type: int

Default value
1001

collectorGitlabWorkflow.securityContext.runAsUser📜

Type: int

Default value
1001

collectorGitlabWorkflow.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

collectorGitlabWorkflow.resources📜

Type: object

Default value
{}

collectorGitlabWorkflow.podAnnotations📜

Type: object

Default value
{}

collectorGitlabWorkflow.instances[0].image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-gitlab-workflow"

collectorGitlabWorkflow.instances[0].image.tag📜

Type: string

Default value
"3.0.4"

collectorGitlabWorkflow.instances[0].image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorGitlabWorkflow.instances[0].securityContext📜

Type: object

Default value
{}

collectorGitlabWorkflow.instances[0].resources📜

Type: object

Default value
{}

collectorGitlabWorkflow.instances[0].podAnnotations📜

Type: object

Default value
{}

collectorGitlabWorkflow.instances[0].accessTokenSecretKey📜

Type: string

Default value
"gitlab-workflow-0"

Description: The key from the secret containing the access token for the collector.

collectorGitlabWorkflow.instances[0].accessToken📜

Type: string

Default value
""

Description: If an existing secret is not provided, the access token to insert into the newly created secret.

collectorGitlabWorkflow.instances[0].env.COLLECTOR_NAME📜

Type: string

Default value
"gitlab-workflow-0"

Description: A unique name to identify the collector.

collectorGitlabWorkflow.instances[0].env.COLLECTOR_INTERVAL_SECONDS📜

Type: int

Default value
600

Description: The number of seconds between collection run times.

collectorGitlabWorkflow.instances[0].env.LOOK_BACK_DAYS📜

Type: int

Default value
365

Description: The number of days of data to collect.

collectorGitlabWorkflow.instances[0].env.TARGET_URL📜

Type: string

Default value
"https://my-gitlab-url.com"

Description: The URL of the service to collect from.

collectorGitlabWorkflow.instances[0].env.COLLECTOR_TARGETS_INTRVL_SECS📜

Type: int

Default value
86400

Description: The number of seconds between collector target run times.

collectorGitlabWorkflow.instances[0].env.MAX_REQUESTS_PER_MINUTE📜

Type: int

Default value
500

Description: The maximum number of requests allowed per minute.

collectorGitlabWorkflow.instances[0].env.HIGHEST_PRIORITY_LABELS📜

Type: string

Default value
"priority::1,highest"

Description: Comma delineated list of labels corresponding to highest priority.

collectorGitlabWorkflow.instances[0].env.HIGH_PRIORITY_LABELS📜

Type: string

Default value
"priority::2,high"

Description: Comma delineated list of labels corresponding to high priority.

collectorGitlabWorkflow.instances[0].env.MEDIUM_PRIORITY_LABELS📜

Type: string

Default value
"priority::3,medium"

Description: Comma delineated list of labels corresponding to medium priority.

collectorGitlabWorkflow.instances[0].env.LOW_PRIORITY_LABELS📜

Type: string

Default value
"priority::4,low"

Description: Comma delineated list of labels corresponding to low priority.

collectorGitlabWorkflow.instances[0].env.LOWEST_PRIORITY_LABELS📜

Type: string

Default value
"priority::5,lowest"

Description: Comma delineated list of labels corresponding to lowest priority.

collectorGitlabWorkflow.instances[0].env.DEFAULT_TICKET_PRIORITY📜

Type: string

Default value
"lowest"

Description: The priority to set on a ticket if it doesn’t have a matching priority label.

collectorGitlabWorkflow.instances[0].env.FEATURE_LABELS📜

Type: string

Default value
"kind::feature,feature"

Description: Comma delineated list of labels corresponding to feature tickets.

collectorGitlabWorkflow.instances[0].env.DEFECT_LABELS📜

Type: string

Default value
"kind::bug,kind::defect,bug,defect"

Description: Comma delineated list of labels corresponding to defect tickets.

collectorGitlabWorkflow.instances[0].env.MAINTENANCE_LABELS📜

Type: string

Default value
"kind::maintenance,kind::docs,maintenance,docs,documentation"

Description: Comma delineated list of labels corresponding to maintenance tickets.

collectorGitlabWorkflow.instances[0].env.UNPLANNED_LABELS📜

Type: string

Default value
"kind::unplanned"

Description: Comma delineated list of labels corresponding to unplanned tickets.

collectorGitlabWorkflow.instances[0].env.DEFAULT_TICKET_TYPE📜

Type: string

Default value
"feature"

Description: The type of ticket if it doesn’t have a matching type label.

collectorSonarQubeProjectAnalysis.replicas📜

Type: int

Default value
1

collectorSonarQubeProjectAnalysis.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-sonarqube-project-analysis"

collectorSonarQubeProjectAnalysis.image.tag📜

Type: string

Default value
"3.0.5"

collectorSonarQubeProjectAnalysis.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorSonarQubeProjectAnalysis.securityContext.runAsGroup📜

Type: int

Default value
1001

collectorSonarQubeProjectAnalysis.securityContext.runAsUser📜

Type: int

Default value
1001

collectorSonarQubeProjectAnalysis.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

collectorSonarQubeProjectAnalysis.resources📜

Type: object

Default value
{}

collectorSonarQubeProjectAnalysis.podAnnotations📜

Type: object

Default value
{}

collectorSonarQubeProjectAnalysis.instances[0].image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/holocron/collector-sonarqube-project-analysis"

collectorSonarQubeProjectAnalysis.instances[0].image.tag📜

Type: string

Default value
"3.0.5"

collectorSonarQubeProjectAnalysis.instances[0].image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

collectorSonarQubeProjectAnalysis.instances[0].securityContext📜

Type: object

Default value
{}

collectorSonarQubeProjectAnalysis.instances[0].resources📜

Type: object

Default value
{}

collectorSonarQubeProjectAnalysis.instances[0].podAnnotations📜

Type: object

Default value
{}

collectorSonarQubeProjectAnalysis.instances[0].accessTokenSecretKey📜

Type: string

Default value
"sonarqube-project-analysis-0"

Description: The key from the secret containing the access token for the collector.

collectorSonarQubeProjectAnalysis.instances[0].accessToken📜

Type: string

Default value
""

Description: If an existing secret is not provided, the access token to insert into the newly created secret.

collectorSonarQubeProjectAnalysis.instances[0].env.COLLECTOR_NAME📜

Type: string

Default value
"sonarqube-project-analysis-0"

Description: A unique name to identify the collector.

collectorSonarQubeProjectAnalysis.instances[0].env.COLLECTOR_INTERVAL_SECONDS📜

Type: int

Default value
600

Description: The number of seconds between collection run times.

collectorSonarQubeProjectAnalysis.instances[0].env.LOOK_BACK_DAYS📜

Type: int

Default value
365

Description: The number of days of data to collect.

collectorSonarQubeProjectAnalysis.instances[0].env.TARGET_URL📜

Type: string

Default value
"https://my-sonarqube-url.com"

Description: The URL of the service to collect from.

collectorSonarQubeProjectAnalysis.instances[0].env.COLLECTOR_TARGETS_INTRVL_SECS📜

Type: int

Default value
86400

Description: The number of seconds between collector target run times.

collectorSonarQubeProjectAnalysis.instances[0].env.MAX_REQUESTS_PER_MINUTE📜

Type: int

Default value
500

Description: The maximum number of requests allowed per minute.

collectorAuth.existingSecret📜

Type: string

Default value
""

Description: The name of the secret containing the access tokens for the collectors. If not provided, a secret will be created.

autoscaling.enabled📜

Type: bool

Default value
false

autoscaling.minReplicas📜

Type: int

Default value
1

autoscaling.maxReplicas📜

Type: int

Default value
100

autoscaling.targetCPUUtilizationPercentage📜

Type: int

Default value
80

imagePullSecrets[0].name📜

Type: string

Default value
"private-registry"

podSecurityContext📜

Type: object

Default value
{}

nodeSelector📜

Type: object

Default value
{}

tolerations📜

Type: list

Default value
[]

affinity📜

Type: object

Default value
{}

istio.enabled📜

Type: bool

Default value
false

istio.hardened.enabled📜

Type: bool

Default value
true

istio.hardened.customAuthorizationPolicies📜

Type: list

Default value
[]

istio.hardened.monitoring.enabled📜

Type: bool

Default value
true

istio.injection📜

Type: string

Default value
"enabled"

istio.holocron.gateways📜

Type: list

Default value
[]

istio.holocron.hosts📜

Type: list

Default value
[]

networkPolicies.enabled📜

Type: bool

Default value
true

networkPolicies.ingressLabels.app📜

Type: string

Default value
"istio-ingressgateway"

networkPolicies.ingressLabels.istio📜

Type: string

Default value
"ingressgateway"

networkPolicies.egressHostLabels📜

Type: object

Default value
{}

postgresql.enabled📜

Type: bool

Default value
true

postgresql.networkPolicy.enabled📜

Type: bool

Default value
false

postgresql.auth.existingSecret📜

Type: string

Default value
""

postgresql.auth.secretKey📜

Type: string

Default value
"password"

postgresql.auth.username📜

Type: string

Default value
"holocron"

postgresql.auth.password📜

Type: string

Default value
"holocron"

postgresql.auth.database📜

Type: string

Default value
"holocron"

postgresql.tls.enabled📜

Type: bool

Default value
true

postgresql.tls.autoGenerated📜

Type: bool

Default value
true

postgresql.service.ports.postgresql📜

Type: int

Default value
5432

postgresql.service.name📜

Type: string

Default value
"postgresql-servicename.namespace"

postgresql.global.imagePullSecrets📜

Type: list

Default value
[]

postgresql.global.imageRegistry📜

Type: string

Default value
"registry1.dso.mil"

postgresql.image.registry📜

Type: string

Default value
"registry1.dso.mil"

postgresql.image.repository📜

Type: string

Default value
"ironbank/opensource/postgres/postgresql"

postgresql.image.tag📜

Type: string

Default value
"15.5"

postgresql.image.pullSecrets[0]📜

Type: string

Default value
"private-registry"

postgresql.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

postgresql.primary.podSecurityContext.enabled📜

Type: bool

Default value
true

postgresql.primary.podSecurityContext.runAsUser📜

Type: int

Default value
1001

postgresql.primary.podSecurityContext.runAsGroup📜

Type: int

Default value
1001

postgresql.primary.podSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

postgresql.primary.containerSecurityContext.enabled📜

Type: bool

Default value
true

postgresql.primary.containerSecurityContext.runAsUser📜

Type: int

Default value
1001

postgresql.primary.containerSecurityContext.runAsGroup📜

Type: int

Default value
1001

postgresql.primary.containerSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

postgresql.primary.command[0]📜

Type: string

Default value
"/usr/bin/bash"

postgresql.primary.command[1]📜

Type: string

Default value
"-c"

postgresql.primary.command[2]📜

Type: string

Default value
"bash -x docker-entrypoint.sh postgres -d 2 -c listen_addresses=* -c ssl=on -c ssl_cert_file=/opt/bitnami/postgresql/certs/tls.crt -c ssl_key_file=/opt/bitnami/postgresql/certs/tls.key -c ssl_ca_file=/opt/bitnami/postgresql/certs/ca.crt\n"

postgresql.volumePermissions.enabled📜

Type: bool

Default value
true

postgresql.volumePermissions.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

postgresql.volumePermissions.image.registry📜

Type: string

Default value
"registry1.dso.mil"

postgresql.volumePermissions.image.repository📜

Type: string

Default value
"ironbank/big-bang/base"

postgresql.volumePermissions.image.tag📜

Type: string

Default value
"2.1.0"

postgresql.volumePermissions.image.pullSecrets[0]📜

Type: string

Default value
"private-registry"

postgresql.metrics.image.registry📜

Type: string

Default value
"registry1.dso.mil"

postgresql.metrics.image.repository📜

Type: string

Default value
"ironbank/bitnami/postgres-exporter"

postgresql.metrics.image.tag📜

Type: string

Default value
"0.12.1"

postgresql.metrics.image.pullSecrets[0]📜

Type: string

Default value
"private-registry"

bbtests.enabled📜

Type: bool

Default value
false

bbtests.image📜

Type: string

Default value
"registry1.dso.mil/ironbank/big-bang/base:2.1.0"

bbtests.cypress.artifacts📜

Type: bool

Default value
true

bbtests.cypress.envs.cypress_frontend_url📜

Type: string

Default value
"http://holocron-frontend.holocron.svc.cluster.local"

bbtests.cypress.envs.cypress_backend_url📜

Type: string

Default value
"http://holocron-api.holocron.svc.cluster.local"