Skip to content

Commit

Permalink
Merged master
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Aug 10, 2023
2 parents dae513c + dfb56f4 commit 2fc4ace
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
10 changes: 5 additions & 5 deletions charts/flyte-binary/templates/ingress/grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ spec:
{{- else if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
{{- if .Values.ingress.grpcTls }}
tls: {{- tpl ( .Values.ingress.grpcTls | toYaml ) . | nindent 2 }}
{{- else if .Values.ingress.tls }}
tls: {{- tpl ( .Values.ingress.tls | toYaml ) . | nindent 2 }}
{{- end }}
rules:
- http:
paths:
Expand Down Expand Up @@ -123,9 +128,4 @@ spec:
{{- if .Values.ingress.host }}
host: {{ tpl .Values.ingress.host . | quote }}
{{- end }}
{{- if .Values.ingress.grpcTls }}
tls: {{- tpl ( .Values.ingress.grpcTls | toYaml ) . | nindent 6 }}
{{- else if .Values.ingress.tls }}
tls: {{- tpl ( .Values.ingress.tls | toYaml ) . | nindent 6 }}
{{- end }}
{{- end }}
10 changes: 5 additions & 5 deletions charts/flyte-binary/templates/ingress/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ spec:
{{- else if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
{{- if .Values.ingress.httpTls }}
tls: {{- tpl ( .Values.ingress.httpTls | toYaml ) . | nindent 2 }}
{{- else if .Values.ingress.tls }}
tls: {{- tpl ( .Values.ingress.tls | toYaml ) . | nindent 2 }}
{{- end }}
rules:
- http:
paths:
Expand Down Expand Up @@ -172,9 +177,4 @@ spec:
{{- if .Values.ingress.host }}
host: {{ tpl .Values.ingress.host . | quote }}
{{- end }}
{{- if .Values.ingress.httpTls }}
tls: {{- tpl ( .Values.ingress.httpTls | toYaml ) . | nindent 6 }}
{{- else if .Values.ingress.tls }}
tls: {{- tpl ( .Values.ingress.tls | toYaml ) . | nindent 6 }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: QmNjd011bjBnMnRuYjVmTA==
haSharedSecret: RHlUY3R1WVVkRGgxSzc0eg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1345,7 +1345,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 432b46a6daf696aa10ce0dc3039702da7e36aea09a5213c979fb15326e367823
checksum/secret: ac29ba1de75404ab0414905f30d273dedda076e35466d4382540e4a8f8251629
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: TzgxdUNmeWxKb2pMamc3cg==
haSharedSecret: cUp6VmUwQ1lrVDZlZnpEdg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -933,7 +933,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: bd81ff56eb1046556dfc5c6db12d966dcfb7358cda128770a21c476eebc910e5
checksum/secret: 52c3a0761ee5977bbba645dca3f5306bdf30cd58c60e1c0e4949d059926086ab
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
9 changes: 5 additions & 4 deletions rsts/community/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ Please join us on:
.. :classes: btn-outline-secondary
Open Source Community Sync
--------------------------
Open Source Community Meeting
-----------------------------

We host an Open Source Community Sync every other Tuesday, 9:00 AM PDT/PST.
Check it out, subscribe to the `calendar <https://www.addevent.com/calendar/kE355955>`_, or just pop in!
When: every other Tuesday, 9:00 AM Pacific Time.
You're welcome to join and learn from other commmunity members sharing their experiences with Flyte or any other technology from the AI ecosystem.
Check out the event details and add it to your `calendar <https://www.addevent.com/event/EA7823958>`_, or just pop in!

.. image:: https://img.shields.io/badge/Join-Zoom-blue?style=for-the-badge
:target: https://www.addevent.com/event/EA7823958
Expand Down

0 comments on commit 2fc4ace

Please sign in to comment.