Skip to content

Commit

Permalink
Merge branch 'main' into feature/new
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Dec 26, 2023
2 parents bcba649 + f5ecdb8 commit e96c221
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions k8s/infrastructure/pulumi-operator/pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pulumi-backend-pvc
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi

0 comments on commit e96c221

Please sign in to comment.