Skip to content

Commit

Permalink
update outlook addin version, remove unneccesary value (#3662)
Browse files Browse the repository at this point in the history
* update outlook addin version, remove unneccesary value

* fix: spacing, yaml formatting
  • Loading branch information
Veki301 authored Oct 20, 2023
1 parent 3aaa9f8 commit 80637b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 0 additions & 2 deletions charts/outlook-addin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ spec:
value: "{{ .Values.wireApiBaseUrl }}"
- name: WIRE_AUTHORIZATION_ENDPOINT
value: "{{ .Values.wireAuthorizationEndpoint }}"
- name: SUPPORT_URL
value: "{{ .Values.supportUrl }}"
livenessProbe:
httpGet:
path: /
Expand Down
29 changes: 19 additions & 10 deletions charts/outlook-addin/values.yaml
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: ""

0 comments on commit 80637b8

Please sign in to comment.