mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:04:43 +02:00
fix: nfs-provisioner helmrelease — renommer Application interne pour éviter boucle ArgoCD
helmrelease.yaml avait le même nom que l'Application parente (nfs-provisioner). ArgoCD gérait la ressource en double → SharedResourceWarning + OutOfSync. Renommé en nfs-subdir-external-provisioner, identique au pattern monitoring. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f5073081ef
commit
f42c6c17dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: nfs-provisioner
|
name: nfs-subdir-external-provisioner
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue