Skip to content

Commit

Permalink
Remove unused values from KEB chart
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Oct 30, 2024
1 parent 9244517 commit 495a2bf
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions resources/keb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,69 +40,41 @@ global:
version:

kyma_environment_broker:
enabled: false
serviceAccountName: "kcp-kyma-environment-broker"
secrets:
integrationSystemCredentials:
name: kcp-kyma-environment-broker-credentials
environmentsCleanup:
enabled: false
isLocalEnv: false
oauth2:
host: oauth2
compass:
registration:
enabled: true
tls:
host: compass-gateway
secure:
oauth:
host: compass-gateway-auth-oauth
mtls:
host: compass-gateway-mtls
istio:
gateway: "kyma-system/kyma-gateway"
proxy:
port: 15020
database:
manageSecrets: true
cloudsqlproxy:
enabled: false
workloadIdentity:
enabled: false
embedded:
enabled: true
provisioner:
name: "provisioner"
broker:
name: "broker"
reconciler:
name: "reconciler"
#TODO remove below after migration to separate user will be done
provisionerDBName: "provisioner"
brokerDBName: "broker"
# Values for GCP managed PostgreSQL database
managedGCP:
# secret with a secret key used to encrypt particular data
encryptionSecretName: "kcp-storage-client-secret"
instanceConnectionName: ""
broker:
name: ""
host: "localhost"
hostPort: "5432"
sslMode: ""
sslRootCert: ""
#TODO remove below after migration to separate user will be done
provisionerDBName: ""
brokerDBName: ""

secrets:
enabled: true
mechanism: vso
vso:
namespace: kyma
refreshAfter: 30s
mount: kcp-dev

# Please read the documentation at:
# https://pages.github.tools.sap/kyma/docusaurus-docs/kyma/cicd/argocd/secrets
Expand Down Expand Up @@ -241,21 +213,13 @@ lifecycleManager:

provisioner:
URL: "http://kcp-provisioner.kcp-system.svc.cluster.local:3000/graphql"

# Defines how long should the Kyma Environment Broker checks the status of the provisioning in the Provisioner.
# The Provisioner timeout is defined in resources/kcp/charts/provisioner/values.yaml
timeout: "12h"
provisioningTimeout: "6h"
deprovisioningTimeout: "5h"
gardenerClusterStepTimeout: "3m"
runtimeResourceStepTimeout: "8m"
clusterUpdateStepTimeout: "2h"

gardener:
# name of the secret with kubeconfig to the gardener cluster
secretName: "gardener"
# name of the gardener project
projectName: "gopher"
enableShootAndSeedSameRegion: "false"

director:
Expand Down Expand Up @@ -352,10 +316,6 @@ edp:
secret: "TBD"
secretName: "edp-creds"

ems:
disabled: true
skipDeprovisionAzureEventingAtUpgrade: false

cis:
v1:
authURL: "TBD"
Expand All @@ -379,7 +339,6 @@ cis:
id: "TBD"
secret: "TBD"
secretName: "cis-creds-accounts"
probe: -1

notification:
url: "TBD"
Expand Down Expand Up @@ -530,10 +489,6 @@ globalaccounts:
enabled: false
dryRun: true
name: "kyma-environment-globalaccounts"
svc:
serviceURL: "TBD"
authURL: "TBD"
secretName: "cis-creds-accounts"

serviceBindingCleanup:
enabled: false
Expand Down

0 comments on commit 495a2bf

Please sign in to comment.