Skip to content

feat: Testing #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
# This is the chart version. This version number should be incremented each time
# you make changes to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.25
version: 0.0.26
# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
# Versions are not expected to follow Semantic Versioning. They should reflect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# btp-cf-env-runtime

![Version: 0.0.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Cloud Foundry Environment.

Expand Down Expand Up @@ -70,7 +70,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Cloud Foundry
| external-secrets-config.externalSecret[0].data[1].secretKey | string | `"btp-service-account-provider-credentials"` | |
| external-secrets-config.externalSecret[0].name | string | `"btp-account-mcp-blueprints"` | |
| external-secrets-config.externalSecret[0].namespace | string | `"default"` | |
| external-secrets-config.externalSecret[0].refreshInterval | string | `"15m"` | |
| external-secrets-config.externalSecret[0].refreshInterval | string | `"30m"` | |
| external-secrets-config.externalSecret[0].secretStore.name | string | `"hashicorp-vault"` | |
| external-secrets-config.externalSecret[0].targetSecretName | string | `"btp-account-credentials"` | |
| external-secrets-config.secretStores[0].name | string | `"hashicorp-vault"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ external-secrets-config:
externalSecret:
- name: "btp-account-mcp-blueprints"
namespace: "default"
refreshInterval: "15m"
refreshInterval: "30m"
targetSecretName: "btp-account-credentials"
secretStore:
name: "hashicorp-vault"
Expand Down Expand Up @@ -101,4 +101,4 @@ crossplane-provider-sap-btp-environment:
name: "dev-eu01"
subaccountRef:
name: "dev-eu01"
#########################################################################################################
#########################################################################################################
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
openmcp.cloud/blueprint-building-block: "external-secrets-config"
openmcp.cloud/blueprint-building-block-version: "0.1.10"
spec:
refreshInterval: "15m"
refreshInterval: "30m"
secretStoreRef:
name: "hashicorp-vault"
kind: "SecretStore"
Expand Down