Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Remove regional config (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
desislavaa committed Aug 13, 2021
1 parent ffe41dc commit 63a4029
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions chart/compass/templates/migrator-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ kind: PersistentVolumeClaim
metadata:
name: {{ .Values.global.migratorJob.pvc.name }}
namespace: {{ .Values.global.migratorJob.pvc.namespace }}
annotations:
{{- if eq .Values.global.migratorJob.pvc.regional true }}
topology.kubernetes.io/region: {{ .Values.global.migratorJob.pvc.region }}
{{- end }}
labels:
app.kubernetes.io/managed-by: {{ .Release.Service }}
app: {{ .Chart.Name }}
Expand Down
1 change: 0 additions & 1 deletion chart/compass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ global:
pvc:
name: "compass-director-migrations"
namespace: "compass-system"
regional: false
migrationsPath: "/compass-migrations"

pairing-adapter:
Expand Down

0 comments on commit 63a4029

Please sign in to comment.