-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update outlook addin version, remove unneccesary value (#3662)
* update outlook addin version, remove unneccesary value * fix: spacing, yaml formatting
- Loading branch information
Showing
2 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
containerImage: "quay.io/wire/outlook-addin:0.1.3" | ||
allowOrigin: "https://webapp.example.com, https://nginz-https.example.com" | ||
# Default values for outlook-addin | ||
# | ||
# | ||
containerImage: "quay.io/wire/outlook-addin:0.1.9" | ||
|
||
config: | ||
ingressClass: nginx | ||
#host: "outlook.example.com" | ||
#wireApiBaseUrl: "https://nginz-https.example.com" | ||
#wireAuthorizationEndpoint: "https://webapp.example.com/auth" | ||
#supportUrl: "" | ||
#tls: | ||
# issuerRef: | ||
# name: letsencrypt-http01 | ||
# clientId is obtained after registering outlook service with wire OAuth | ||
|
||
# host: "outlook.example.com" | ||
# wireApiBaseUrl: "https://nginz-https.example.com" | ||
# wireAuthorizationEndpoint: "https://webapp.example.com/auth" | ||
# whitelisting for CORS | ||
# allowOrigin: "https://webapp.example.com, https://nginz-https.example.com" | ||
tls: {} | ||
# {key,crt} and issuerRef are mutally exclusive | ||
# key: | ||
# crt: | ||
# issuerRef: | ||
# name: letsencrypt-http01 | ||
|
||
# clientId is obtained after registering outlook service with wire OAuth, more details in README | ||
# clientId: "" |