Add more provider config to GARM helm values
This commit is contained in:
parent
7eb0cdff9d
commit
fa93ba9163
2 changed files with 14 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
|||
sources:
|
||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
|
||||
path: charts/garm
|
||||
targetRevision: v0.0.4
|
||||
targetRevision: v0.0.6
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/garm/garm/values.yaml
|
||||
|
|
|
|||
|
|
@ -21,3 +21,16 @@ credentials:
|
|||
existingSecretName: "edge-credential"
|
||||
gitea:
|
||||
url: "https://{{{ .Env.DOMAIN_GITEA }}}" # Required
|
||||
|
||||
providerConfig:
|
||||
edgeConnect:
|
||||
organization: edp2
|
||||
region: EU
|
||||
edgeConnectUrl: "https://hub.apps.edge.platform.mg3.mdb.osc.live"
|
||||
cloudlet:
|
||||
name: Hamburg
|
||||
organization: TelekomOP
|
||||
|
||||
garm:
|
||||
logging:
|
||||
logLevel: info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue