Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VolumeClaimTemplates #97

Open
TC-robV opened this issue Apr 17, 2020 · 0 comments
Open

VolumeClaimTemplates #97

TC-robV opened this issue Apr 17, 2020 · 0 comments

Comments

@TC-robV
Copy link

TC-robV commented Apr 17, 2020

Anyway to get this to work for a VolumeClaimTemplate in a StatefulSet?
I tried the following with no luck. Curious if anyone got it working somehow?

  volumeClaimTemplates:
  - metadata:
      name: storage
      annotations:
        backup.kubernetes.io/deltas: P1D P30D
    spec:
      storageClassName: ssd-retain
      accessModes: [ ReadWriteOnce ]
      resources:
        requests:
          storage: 25Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant