Skip to content

Commit

Permalink
Label PVC correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed Sep 5, 2023
1 parent 34a20b4 commit b44eb2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions k8s/code.org/persistent/aws-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: aws-google
metadata:
labels:
app: dashboard
labels:
app: dashboard
spec:
resources:
requests:
Expand Down

0 comments on commit b44eb2c

Please sign in to comment.