Skip to content

Commit

Permalink
add missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed May 13, 2024
1 parent d160ade commit 447b1ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ spec:
CLUSTER_INGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development)
OAUTH2_AUTHORITY: "https://login.microsoftonline.com/3aa4a235-b6e2-48d5-9195-7fcf05b459b0"
SERVICENOW_PROXY_SCOPES: "1b4a22f1-d4a1-4b6a-81b2-fd936daf1786/Application.Read"
CLUSTER_OIDC_ISSUER_URL: ""
CLUSTER_OIDC_ISSUER_URL: "https://equinor.service-now.com/selfservice?id=form&table=cmdb_ci_spkg&sys_id={CIID}"
CMDB_CI_URL: ""
secrets:
- DYNATRACE_API_TOKEN # Token to use for display of availability metrics
- OAUTH2_CLIENT_ID # Azure Application ID
Expand Down

0 comments on commit 447b1ce

Please sign in to comment.