Flux with resource definitions in PVC #3493
Answered
by
makkes
tobias-jenkner
asked this question in
General
-
Is it somehow possible to have flux access resource definitions stored in a PVC (without a git repository) or alternatively access a git repository stored in a PVC ? |
Beta Was this translation helpful? Give feedback.
Answered by
makkes
Jan 18, 2023
Replies: 1 comment
-
Consuming resources from a PVC would violate the GitOps principle of resources being "Versioned and Immutable". If you want to keep resources in the cluster, you can e.g. spin up an S3-compatible storage solution like MinIO and put the resources into a bucket there. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kingdonb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consuming resources from a PVC would violate the GitOps principle of resources being "Versioned and Immutable".
If you want to keep resources in the cluster, you can e.g. spin up an S3-compatible storage solution like MinIO and put the resources into a bucket there.