mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
* Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Update the workshop with a new WORKSHOP_PATH under fabric-samples Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Update the workshop with a new WORKSHOP_PATH under fabric-samples Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * missed a .git ignored directory on add Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Updates to run the workshop on the Apple M1 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Workaround for https://github.com/eslint/eslint/issues/15299 in the contract tslinter Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * Build an arch-specific CC images on M1 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * empty commit - force a build Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> * revert an accidental commit that was building the top-level asset-transfer as arm64 Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com> Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
39 lines
No EOL
879 B
YAML
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 |