Add more provider config to GARM helm values
This commit is contained in:
parent
7eb0cdff9d
commit
853b1e0749
1 changed files with 13 additions and 0 deletions
|
|
@ -21,3 +21,16 @@ credentials:
|
||||||
existingSecretName: "edge-credential"
|
existingSecretName: "edge-credential"
|
||||||
gitea:
|
gitea:
|
||||||
url: "https://{{{ .Env.DOMAIN_GITEA }}}" # Required
|
url: "https://{{{ .Env.DOMAIN_GITEA }}}" # Required
|
||||||
|
|
||||||
|
providerConfig:
|
||||||
|
edgeConnect:
|
||||||
|
organization: "edp2"
|
||||||
|
region: "EU"
|
||||||
|
edgeConnectUrl: "https://hub.apps.edge.platform.mg3.mdb.osc.live"
|
||||||
|
cloudlet:
|
||||||
|
name: "Munich"
|
||||||
|
organization: "TelekomOP"
|
||||||
|
|
||||||
|
garm:
|
||||||
|
logging:
|
||||||
|
logLevel: info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue