Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Low] Deployment with ArgoCD generates warning in Persistent Storage once deployed... #358

Open
LucasBrazi06 opened this issue Aug 15, 2024 · 0 comments

Comments

@LucasBrazi06
Copy link

Here below the ArgoCD template:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: mongodb-monitoring
spec:
  destination:
    name: in-cluster
    namespace: mongodb
  source:
    repoURL: 'https://percona.github.io/percona-helm-charts'
    chart: pmm
    targetRevision: 1.3.14
    helm:
      values: |
        storage:
          storageClassName: 'general-sc'
          size: 10Gi
        nodeSelector:
          landscape: monitoring
        tolerations:
          - key: landscape
            operator: Equal
            value: monitoring
            effect: NoSchedule
  project: e-mobility
  syncPolicy:
    automated: null
    syncOptions:
      - ServerSideApply=true
      - CreateNamespace=true

Once deployed a warning appears:

image

And when I display the deployed manifest (1) and the desired one (2) I have this diff that generates the warning:

image

Despite this warning, PMM is working fine and the PVC is bound correctly, it's just for removing the warning.

Thanks.
Serge.

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

No branches or pull requests

1 participant