Skip to content

Commit 96a51a4

Browse files
authored
Create values.test.yaml
1 parent a825ba0 commit 96a51a4

File tree

1 file changed

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

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
######################################################################################################################################
3+
external-secrets-config:
4+
secretStores:
5+
- name: "hashicorp-vault"
6+
namespace: "default"
7+
provider:
8+
vault:
9+
server: "https://vault.example/"
10+
namespace: "openmcp/blueprints/test"
11+
path: "mcps"
12+
version: "v2"
13+
auth:
14+
kubernetes:
15+
mountPath: "k8s-openmcp-blueprints"
16+
role: "k8s-openmcp-role"
17+
secretRef:
18+
name: "vault-tokenreview-service-account"
19+
namespace: "default"
20+
key: "token"
21+
######################################################################################################################################
22+
crossplane-provider-configs:
23+
providerConfigs:
24+
btpSapCrossplane:
25+
- providerConfigRefName: "btp-account-provider-config"
26+
cliServerUrl: "https://cli.test.btp.cloud.sap"
27+
#########################################################################################################

0 commit comments

Comments
 (0)