Skip to content

Commit

Permalink
Quartz sync: Sep 19, 2024, 3:30 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
kumailr7 committed Sep 19, 2024
1 parent 38aa7d1 commit 2f4d98e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ A Diagrammatic Representation of Storage Class shared between nodes
![[SDP-24-1.png]]


Another example of Persistent Volume pointing to the cluster via PVC
Another example of Persistent Volume pointing to the application inside the cluster via PVC

![[SDP-24-2.png]]

Expand Down
11 changes: 11 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Makefile for automating npm quartz sync

.PHONY: sync

# Target to run npm quartz sync
sync:
@echo "Running quartz sync..."
npm run quartz sync

# Default target
all: sync

0 comments on commit 2f4d98e

Please sign in to comment.