Skip to content

fix: duplicate volumes#183

Merged
almog8k merged 2 commits intomasterfrom
fix/duplicate-volumes
Jan 26, 2026
Merged

fix: duplicate volumes#183
almog8k merged 2 commits intomasterfrom
fix/duplicate-volumes

Conversation

@almog8k
Copy link
Contributor

@almog8k almog8k commented Jan 26, 2026

Question Answer
Bug fix

Further information:

Support single NFS for both ingestion and internal storage

Some environments use separate NFS servers for ingestion sources and internal storage, while others use a single shared NFS. This change allows both configurations without modifying the template.

How it works

  • When PVC names differ → two separate volumes are created
  • When PVC names match → one volume is created and reused for both mounts

Usage

Shared NFS:

ingestionSourcePvc:
  name: "shared-pvc"
internalPvc:
  name: "shared-pvc"

Separate NFS:

ingestionSourcePvc:
  name: "ingestion-pvc"
internalPvc:
  name: "internal-pvc"

@almog8k almog8k merged commit ea5c937 into master Jan 26, 2026
2 checks passed
@almog8k almog8k deleted the fix/duplicate-volumes branch January 26, 2026 14:54
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.

2 participants