Skip to content

fix: add apiVersion + kind to statefulsets volumeClaimTemplates#470

Open
PatrickSpies wants to merge 1 commit into
qdrant:mainfrom
PatrickSpies:fix/volumeClaimTemplates
Open

fix: add apiVersion + kind to statefulsets volumeClaimTemplates#470
PatrickSpies wants to merge 1 commit into
qdrant:mainfrom
PatrickSpies:fix/volumeClaimTemplates

Conversation

@PatrickSpies

Copy link
Copy Markdown

fixes #456

Adds apiVersion and kind to the volumeClaimTemplates of the StatefulSet to prevent persistent drift detection from ArgoCD.

  volumeClaimTemplates:
    - apiVersion: v1
      kind: PersistentVolumeClaim
      metadata:
        # ... existing metadata

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

Successfully merging this pull request may close these issues.

volumeClaimTemplates missing apiVersion and kind fields causing ArgoCD drift

1 participant