fabric-samples/full-stack-asset-transfer-guide/infrastructure/configuration/operator-console-vars.yml
Josh Kneubuhl 4c656f6215 Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-11-09 13:14:04 -05:00

39 lines
No EOL
879 B
YAML

#
# SPDX-License-Identifier: Apache-2.0
#
---
# The type of K8S cluster this is using
target: ${cluster_type}
# If the target cluster is OpenShift use this value for target
# target: openshift
# If the target cluster is any other k8s use this value for target
# target: k8s
arch: amd64
# k8s namespace for the operator and console
namespace: ${namespace}
# used if this is openshift
project: ${namespace}
# Console name/domain
console_name: hlf-console
console: hlf-console
console_domain: ${ingress_domain}
# default configuration for the console
# password reset will be required on first login
console_email: admin
console_default_password: password
# different k8s clusters will be shipped with differently named default storage providers
# or none at all. KIND for example has one called 'standard'
console_storage_class: ${storage_class}
container_cli: podman