Skip to content

Commit

Permalink
add outlook addin prod-values example file (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veki301 authored Oct 20, 2023
1 parent 176832f commit e1890b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions values/outlook-addin/prod-values.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
host: "outlook.example.com"
wireApiBaseUrl: "https://nginz-https.example.com"
wireAuthorizationEndpoint: "https://webapp.example.com/auth"
allowOrigin: "https://webapp.example.com, https://nginz-https.example.com"
# uncomment the tls section if you are using cert-manager for certificates, otherwise,
# follow the documentation in outlook-addin charts README how to deploy using your own certs
#tls:
# issuerRef:
# name: letsencrypt-http01
# clientId is obtained after registering outlook service with wire OAuth, more in README of outlook-addin chart
clientId: ""

0 comments on commit e1890b6

Please sign in to comment.