Skip to content

Instantly share code, notes, and snippets.

@glendmaatita
Last active June 11, 2024 06:50
Show Gist options
  • Save glendmaatita/79b6b18df56e7db270fd9a8493d9ee5f to your computer and use it in GitHub Desktop.
Save glendmaatita/79b6b18df56e7db270fd9a8493d9ee5f to your computer and use it in GitHub Desktop.
Atlantis Volume
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: atlantis-kubeconf-pvc
spec:
accessModes:
- ReadWriteMany
storageClassName: ""
resources:
requests:
storage: 1Gi
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: atlantis-dir-pvc
spec:
accessModes:
- ReadWriteMany
storageClassName: ""
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment