Skip to content

Commit

Permalink
postgres-csisnapshotter -> postgres-csi-snapshotter
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Dec 27, 2023
1 parent e17deeb commit c8226e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion catalog/kubestash/raw/postgres/postgres-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: kubestash-tmp-volume
mountPath: /kubestash-tmp
- name: VolumeSnapshot
function: postgres-csisnapshotter
function: postgres-csi-snapshotter
driver: VolumeSnapshotter
executor: Job
singleton: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: addons.kubestash.com/v1alpha1
kind: Function
metadata:
name: postgres-csisnapshotter
name: postgres-csi-snapshotter
spec:
args:
- backup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
usage: Holds temporary files and restic cache.
- driver: VolumeSnapshotter
executor: Job
function: postgres-csisnapshotter
function: postgres-csi-snapshotter
name: VolumeSnapshot
parameters:
- name: volumeSnapshotClassName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: addons.kubestash.com/v1alpha1
kind: Function
metadata:
name: 'postgres-csisnapshotter'
name: 'postgres-csi-snapshotter'
labels:
{{- include "kubedb-kubestash-catalog.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit c8226e7

Please sign in to comment.