Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 committed Feb 28, 2024
1 parent 95a4f21 commit f406f4b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
{{- with .Values.cluster_resource_manager.resources }}
resources:
{{- toYaml . | nindent 12 }}
{{- end }}}
{{- end }}
volumeMounts:
{{- if not .Values.cluster_resource_manager.config.cluster_resources.standaloneDeployment }}
{{- include "databaseSecret.volumeMount" . | nindent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ spec:
- run
image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources}
name: sync-cluster-resources
volumeMounts:
- mountPath: /etc/db
name: db-pass
Expand Down
2 changes: 1 addition & 1 deletion deployment/eks/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ spec:
- run
image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources}
name: sync-cluster-resources
volumeMounts:
- mountPath: /etc/db
name: db-pass
Expand Down
2 changes: 1 addition & 1 deletion deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ spec:
- run
image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources}
name: sync-cluster-resources
volumeMounts:
- mountPath: /etc/db
name: db-pass
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ spec:
- run
image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources}
name: sync-cluster-resources
volumeMounts:
- mountPath: /etc/db
name: db-pass
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ spec:
- run
image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources}
name: sync-cluster-resources
volumeMounts:
- mountPath: /etc/db
name: db-pass
Expand Down
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6882,7 +6882,7 @@ spec:
- run
image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources}
name: sync-cluster-resources
volumeMounts:

- mountPath: /etc/flyte/clusterresource/templates
Expand Down

0 comments on commit f406f4b

Please sign in to comment.