Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions charts/flyte-core/templates/propeller/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ data:
{{- with .Values.configmap.admin }}
admin.yaml: | {{ tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- if .Values.datacatalog.enabled }}
{{- with .Values.configmap.catalog }}
catalog.yaml: | {{ tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- else }}
catalog.yaml: |
catalog-cache:
type: noop
{{- end }}
{{- with .Values.configmap.copilot }}
copilot.yaml: | {{ tpl (toYaml .) $ | nindent 4 }}
{{- end }}
Expand Down
10 changes: 6 additions & 4 deletions deployment/eks/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ data:
capacity: 1000
rate: 500
type: admin
catalog.yaml: |
catalog.yaml: |
catalog-cache:
type: noop
endpoint: datacatalog:89
insecure: true
type: datacatalog
copilot.yaml: |
plugins:
k8s:
Expand Down Expand Up @@ -434,7 +436,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "a5a80187d772ff5b5d350fb900ff0dc9f090f45eabb27d9733c7de02ad12f3c"
configChecksum: "ea9891e0aab8af5a0df87e847ed17c29b324072c6cfe9cc897677b6769cc5c8"
prometheus.io/path: "/metrics"
prometheus.io/port: "10254"
labels:
Expand Down Expand Up @@ -520,7 +522,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.16.7
annotations:
configChecksum: "a5a80187d772ff5b5d350fb900ff0dc9f090f45eabb27d9733c7de02ad12f3c"
configChecksum: "ea9891e0aab8af5a0df87e847ed17c29b324072c6cfe9cc897677b6769cc5c8"
prometheus.io/path: "/metrics"
prometheus.io/port: "10254"
spec:
Expand Down
10 changes: 6 additions & 4 deletions deployment/gcp/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ data:
capacity: 1000
rate: 500
type: admin
catalog.yaml: |
catalog.yaml: |
catalog-cache:
type: noop
endpoint: datacatalog:89
insecure: true
type: datacatalog
copilot.yaml: |
plugins:
k8s:
Expand Down Expand Up @@ -442,7 +444,7 @@ spec:
template:
metadata:
annotations:
configChecksum: "2c49809b546b39710eef49bd2a0095bb4a546d3e6684812d18252a70afdf621"
configChecksum: "d9a5626f6113a129789fbd8f19fb37cc6acd692290de04ff0e3ab1a8c9eb629"
prometheus.io/path: "/metrics"
prometheus.io/port: "10254"
labels:
Expand Down Expand Up @@ -527,7 +529,7 @@ spec:
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v1.16.7
annotations:
configChecksum: "2c49809b546b39710eef49bd2a0095bb4a546d3e6684812d18252a70afdf621"
configChecksum: "d9a5626f6113a129789fbd8f19fb37cc6acd692290de04ff0e3ab1a8c9eb629"
prometheus.io/path: "/metrics"
prometheus.io/port: "10254"
spec:
Expand Down
Loading
Loading