-
Notifications
You must be signed in to change notification settings - Fork 375
Open
Labels
defectSuspected defect such as a bug or regressionSuspected defect such as a bug or regression
Description
What version were you using?
NATS Helm Chart 2.12.3
What environment was the server running in?
kind via ArgoCD
Is this defect reproducible?
helm template ./helm/charts/nats --show-only templates/stateful-set.yaml --set config.jetstream.enabled=true
Given the capability you are leveraging, describe your expectation?
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: release-name-nats-js
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
Given the expectation, what is the defect you are observing?
volumeClaimTemplates:
- metadata:
name: release-name-nats-js
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
k8s will helpfully add the missing apiVersion & kind upon admission, but causes a drift between what is applied and what is deployed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
defectSuspected defect such as a bug or regressionSuspected defect such as a bug or regression