Skip to content

Commit 058d5a3

Browse files
committed
Prepopulated values files with example values
1 parent ae2ca51 commit 058d5a3

File tree

2 files changed

+2
-2
lines changed
  • helm/umbrella/blueprints
    • btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com
    • btp-kyma-env-runtime.abc.shoot.live.k8s-hana.ondemand.com

2 files changed

+2
-2
lines changed

helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ external-secrets-config:
2828
- name: "btp-account-mcp-blueprints"
2929
namespace: "default"
3030
refreshInterval: "15m"
31-
targetSecretName: ""
31+
targetSecretName: "btp-account-credentials"
3232
secretStore:
3333
name: "hashicorp-vault"
3434
data:

helm/umbrella/blueprints/btp-kyma-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ external-secrets-config:
2828
- name: "btp-account-mcp-blueprints"
2929
namespace: "default"
3030
refreshInterval: "15m"
31-
targetSecretName: ""
31+
targetSecretName: "btp-account-credentials"
3232
secretStore:
3333
name: "hashicorp-vault"
3434
data:

0 commit comments

Comments
 (0)