Add flow-0.10.86 and update documentation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Use with: helm install flow ./helm/flow -f ./helm/flow/values-prod.yaml --namespace flow --create-namespace
|
||||
#
|
||||
# HARBOR CREDENTIALS:
|
||||
# Pass Harbor credentials during install:
|
||||
# Pass ACR credentials during install:
|
||||
# helm install flow ./helm/flow -f values-prod.yaml \
|
||||
# --set global.imageCredentials.enabled=true \
|
||||
# --set global.imageCredentials.username=$HARBOR_USER \
|
||||
@@ -16,10 +16,10 @@ global:
|
||||
# All resources will be created in this namespace for easy management and cleanup
|
||||
namespace: "flow"
|
||||
|
||||
imageRegistry: "cr.kn.entit.eu"
|
||||
imageRegistry: "entit.azurecr.io"
|
||||
|
||||
# Harbor registry credentials - creates dockerconfigjson secret automatically
|
||||
# Harbor requires authentication even for public repositories
|
||||
# ACR credentials - creates dockerconfigjson secret automatically
|
||||
# ACR requires authentication to pull images
|
||||
# Enable and set credentials via --set flags during install:
|
||||
# --set global.imageCredentials.enabled=true
|
||||
# --set global.imageCredentials.username=$HARBOR_USER
|
||||
@@ -525,6 +525,14 @@ m365Activity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
|
||||
databaseCdcActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
|
||||
dataStoreActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
|
||||
# =============================================================================
|
||||
# Infrastructure - Disabled (using external managed services)
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user